Product/Service
pmDOS Application
- Huge address space
- No royalties
- Segment protection
- Multitasking
- pmEasy16 16-bit protected mode environment and loader.
- smx16 real-time multitasking kernel for 16-bit protected mode.
- unDOS protected mode DOS emulator.
- smxFile DOS-compatible file manager with floppy and IDE drivers
pmDOS works with the same Borland and Microsoft 16-bit compiler, assembler, and linker that are used for real mode. It is necessary only to set two switches to produce 16-bit protected mode executables. The U.S. Software Soft-Scope debugger is included. It allows debugging .exe application files remotely on the target.
A side advantage of using pmDOS is that 16-bit protected mode really works to increase protection and to find elusive bugs. Each segment is protected from all other segments. An application that seems to work fine in real mode is very likely to experience gpf's (general protection faults) when run in 16-bit protected mode. These gpf's are usually traceable to real bugs, which have been causing occasional hiccups in the real mode version of the system!
Micro Digital, Inc. , 2900 Bristol, G204, Costa Mesa, CA 92626. Tel: 714-437-7333; Fax: 714-432-0490.

