Re: Single address space in Long mode
Posted: Tue Jan 12, 2010 10:24 am
No, it works with multiple CPUs, multiple address spaces and multithreading.
The Place to Start for Operating System Developers
http://f.osdev.org/
Indeed. Thanks for pointing it out.Combuster wrote:Not necessarily. You can just have it contain a pointer to a valid temporary stack, then update ESP manually. (instead of finding out the value for ESP, then bothering the slow WRMSR with it)jal wrote:but that means the scheduler must update the MSR when switching tasks.