Page 2 of 2

Re:First, can't link, now can't get into PMode

Posted: Tue Aug 27, 2002 6:50 am
by Tim
The best way is to write a V86 monitor (http://osdev.berlios.de/v86.html). Another way is to switch to real mode to issue the interrupt, and switch back once the call has completed.

Re:First, can't link, now can't get into PMode

Posted: Wed Aug 28, 2002 11:34 am
by drizzt
Another way is to switch to real mode to issue the interrupt, and switch back once the call has completed.
An example of this would be appreciated ;D... (links, tutorials, sources...) thanks!