[Help] Memory Size

[ARCHIVED] About PearPC, a mostly obsolete PPC Mac emulator for Windows and Linux to run MacOS X 10.1 up to 10.4. Using QEMU is now recommended.

Moderators: Cat_7, Ronald P. Regensburg

Locked
KvL

[Help] Memory Size

Post by KvL »

Anyone could halp me? I'm trying to increment Memory Siz on PearPC, I know 0x10000000 is 256MiB and 0x80000000 is 128MiB. Can you tell me how to set personalized memory size? Like 384MiB or 768MiB...

Sorry for my bad english, I'm italian.
Guest

Post by Guest »

Simply made lots of grammar errors. FORGIVE ME!

And obviously post replies to this 3d! 8) 8) :D :D :D
KvL

Post by KvL »

Previous post is mine... Simply forgot to write my nick... :roll: :roll: :roll: :roll:
VenomSnake
Student Driver
Posts: 18
Joined: Mon May 24, 2004 11:39 am
Location: USA

Post by VenomSnake »

You could use a program like PearPeeler or PearGUI and that should be able to configure it to any RAM size. I'm sure someone knows the exact answer to your question, just give it time.
KvL

Post by KvL »

Thanks!!!! I'm going to try a GUI even if il like more the "old" linux-like command-line...
ivanadrive
Student Driver
Posts: 20
Joined: Thu May 20, 2004 5:41 pm

Post by ivanadrive »

It's in hexadecimal : using 16 for each digit [0 1 2 3 4 5 6 7 8 9 A (10) B(11) C(12) D(13) E(14) F(15)]

Some examples (0x denotes that it is a hexadecimal number):

15 in decimal is 0xF in hex
16 (16^1) in decimal is 0x10 in hex
256 (16^2) in decimal is 0x100 in hex
4096 (16^3) [4MB] in decimal is 0x1000 in hex

and so on...
Evinyatar
Student Driver
Posts: 11
Joined: Mon May 17, 2004 8:54 am

Post by Evinyatar »

Locked