is this correct for setting v86 mode
Posted: Tue Jul 08, 2008 7:34 am
.global _v86
_v86:
pushfw
pop %eax
or $1<<17,%eax
push %eax
popfw
ret
at\t syntax
_v86:
pushfw
pop %eax
or $1<<17,%eax
push %eax
popfw
ret
at\t syntax
The Place to Start for Operating System Developers
http://f.osdev.org/