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

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.
Tim

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

Post 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.
drizzt

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

Post 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!
Post Reply