Hi.
My bootloader puts me into 32-bit mode. After that i set up my stack since I use it. After that - I set up my own GDT. Do I need to reload ESP after that again?
Thanks!!!
Reloading ESP...
RE:Reloading ESP...
How can you setup the stack, before setting up GDT, since the stack descriptor should be located in the GDT.
Anton.
Anton.
RE:Reloading ESP...
You may not need to reload ESP (depending on how your memory is laid out), but you probably want to reload SS.
--Jamethiel
--Jamethiel