Quote - (nuka_t @ May 31 2004, 09:27)
i have 512 ram, how much can i allocate and how do i do it?
PearPC RAM settings HOWTO 1) Open the Windows Calculator ..
2) Go to View ..
3) select "scientific" ..
4) make sure its at "Dec" ..
5) Now type whatever amount of memory you want ..
6) Click on "Hex", memorize that Hex value ..
7) Open your PearPC config file and go to the line where it says #memory_size=0x8000000
8) Remove that # sign and type that Hex value over 80
For example:
256(Dec) = 100(Hex)
So to get 256 megs of RAM you have to type -> memory_size=0x
10000000
384(Dec) = 180(Hex)
So to get 384 megs of RAM you have to type -> memory_size=0x
18000000