Pseudo VM86 Monitor

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.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Post by Combuster »

I.e., the v8086 monitor is hardwired to execute a task switch :wink:
"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 ]
User avatar
bluecode
Member
Member
Posts: 202
Joined: Wed Nov 17, 2004 12:00 am
Location: Germany
Contact:

Post by bluecode »

Combuster wrote:I.e., the v8086 monitor is hardwired to execute a task switch :wink:
:?: 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.
Post Reply