Build bochs with ne2000 support, and add sample lines in bochsrc.txt

to match.
This commit is contained in:
Michael Brown
2007-07-02 03:14:27 +01:00
parent e3bbfd7a75
commit 8febe42f78
2 changed files with 4 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ To get bochs running is fairly simple:
pushd bochs
./configure --enable-all-optimisations --enable-pci --enable-pnic \
--enable-debugger --enable-magic-breakpoints \
--enable-disasm --enable-show-ips
--enable-disasm --enable-show-ips --enable-ne2000
popd
4. Build bochs: