Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
I.e., the v8086 monitor is hardwired to execute a task switch
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
Combuster wrote:I.e., the v8086 monitor is hardwired to execute a task switch
No, my vm8086-task is executing a interrupt 0xFE, which the cpu will redirect to the protected-mode idt interrupt 0xFE (thanks to VME), which is a task gate, in which the state of the kernel in saved.