First, can't link, now can't get into PMode
Re:First, can't link, now can't get into PMode
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
An example of this would be appreciated ;D... (links, tutorials, sources...) thanks!Another way is to switch to real mode to issue the interrupt, and switch back once the call has completed.