Stack location
Stack location
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
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)?