ad169f2454
networking working, I'm committing this from inside bochs! There are too many changes to mention, not the least of which is two hard drive support, smp (up to 16 cpus), networking, and much, much more ..
18 lines
685 B
Plaintext
18 lines
685 B
Plaintext
Bochs is a portable x86 CPU emulation software that emulates
|
|
enough of the x86 CPU (by default it emulates 586 instruction set),
|
|
related AT hardware, and BIOS to run DOS, Windows 95/98, Minix 2.0 and
|
|
other OS's, all on your workstation.
|
|
|
|
Flavors:
|
|
debug - build with Bochs' internal debugging support
|
|
i386 - emulate 386 instruction set
|
|
i486 - emulate 486 instruction set
|
|
i686 - emulate 486 instruction set
|
|
pci - build with support for i440FX PCI chipset
|
|
smp - build with support for SMP (2 CPUs)
|
|
net - build with support for NE2000 NIC chipset
|
|
no_x11 - do not build with X support
|
|
term - build with support for textmode terminal environment
|
|
|
|
WWW: ${HOMEPAGE}
|