x86 PMODE Demos
This is the LADSoft PMODE page. I have here various PMODE stuff
I have written for the x86. This includes basic demos for using
PMODE in the raw, as well as a V86 emulator capable of running MSDOS
and a more or less complete pmode operating systems kernel.
The operating systems kernel was originally developed years ago
and I have worked on it on and off over the years; I eventually plan to more or
less redesign it and make it a viable operating system. Look for updates
but don't know when. This version is good both as a sample of programming
standard PC hardware (no PCI please) and an example of managing X86 PMODE
resources.
Most of the sources on this page are in x86 assembly
language (TASM/MASM).