1998-07-18 06:58:17 +02:00
|
|
|
doscmd, an MS-DOS emulator (NetBSD/i386 only)
|
|
|
|
|
|
|
|
Doscmd simulates an MS-DOS environment for running DOS software. Rather
|
|
|
|
than provide a software emulation of the 8086 CPU, it uses the
|
1998-07-19 20:08:50 +02:00
|
|
|
NetBSD/i386 system call i386_vm86() call to access the VM86 mode of i386
|
|
|
|
and later CPUs. It therefore runs much more quickly, at the cost of not
|
2003-05-06 19:40:18 +02:00
|
|
|
running on other architectures.
|