Yet Another virtual 8086 mode 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.
Post Reply
Chris Giese

Yet Another virtual 8086 mode monitor

Post by Chris Giese »

http://my.execpc.com/~geezer/osd/pmode/v86mm.zip

- Public domain
- Requires NASM and DJGPP to build
- Runs under plain DOS or from bootsector
- Tested on Pentium and 486 systems and under Bochs
- Does not use TSS for task-switching
- Kernel reports what I/O ports were used by V86 code
- V86 code runs at IOPL=0 or IOPL=3
User avatar
Pype.Clicker
Member
Member
Posts: 5964
Joined: Wed Oct 18, 2006 2:31 am
Location: In a galaxy, far, far away
Contact:

Re:Yet Another virtual 8086 mode monitor

Post by Pype.Clicker »

Great! that's precious stuff ... the http://www.osdev.org/osfaq2/index.php/VirtualMonitor has been greatly improved thanks to your submission ;)
Post Reply