Search found 4 matches

by thalamus
Tue May 22, 2007 8:25 am
Forum: PS3 Development
Topic: Who wants 252MB more RAM for PS3 homebrew.
Replies: 70
Views: 74704

>> depends on MTD >> Yep you're right. I've tested that change and it works. >>_PAGE_NO_CACHE >> I just gave that a try by adding this line to ps3vram.c :- #include <asm/pgtable-ppc64.h> and modding this line priv->base = priv->real_base = ioremap(ddr_lpar, ddr_size) to this priv->base = priv->real_...
by thalamus
Mon May 21, 2007 6:04 am
Forum: PS3 Development
Topic: Who wants 252MB more RAM for PS3 homebrew.
Replies: 70
Views: 74704

Good point.

To get around this, add a startup script to /etc/init.d named "swapon", like the one below.

#!/bin/sh
/sbin/mkswap /dev/mtdblock0
/sbin/swapon -p 10 /dev/mtdblock0

then link that script into the end of runlevel2

ln -s /etc/init.d/swapon /etc/rc2.d/S99swapon
by thalamus
Mon May 21, 2007 4:49 am
Forum: PS3 Development
Topic: Who wants 252MB more RAM for PS3 homebrew.
Replies: 70
Views: 74704

Got this working as part of non-modular kernel

Hi Guys, I've got the ps3vram.c driver integrated with the normal kernel build process, so you can use it even without loadable module support. Here's how :- cp ps3vram.c to /usr/src/ps3-linux/drivers/mtd vi /usr/src/ps3-linux/drivers/mtd/Kconfig add the following, after "CONFIG FTL" secti...
by thalamus
Thu Jun 16, 2005 9:57 pm
Forum: PSP Development
Topic: 1.0 to 1.5 Downgrade proposal
Replies: 1
Views: 1797

1.0 to 1.5 Downgrade proposal

So far, attempts to downgrade from 1.5 to 1.0 have been hampered by the fact that nobody is quite sure of dumping the entirety of the 1.0 rom, and the impossibility of creating valid DATA.PSAR from the resulting files. I'd like to propose a way round this. In this thread :- http://forums.ps2dev.org/...