Page 1 of 1

Stack location

Posted: Sun Sep 01, 2002 9:09 am
by Whatever5k
At which memory location should I place my stack? What's a good place for it? I am using GRUB, and my kernel is loaded at 1MB.

Re:Stack location

Posted: Sun Sep 01, 2002 9:50 pm
by Warmaster199
Put the stack into the 64KBytes under your kernel. Either that spot or the 1MByte mark seem like the most common areas. If not, then why not put the stack at the bottom(64KBytes at 0000:0000)?