summaryrefslogtreecommitdiffstats
path: root/contrib/bochs/README
diff options
context:
space:
mode:
authorMichael Brown2007-07-02 04:14:27 +0200
committerMichael Brown2007-07-02 04:14:27 +0200
commit8febe42f7860bdf9ca8bbf2e93642b7e0091ed4d (patch)
treea08f713e815fe835172f1432ef4649948bc552dd /contrib/bochs/README
parentCall shutdown() from pxenv_undi_shutdown(). Probably not totally (diff)
downloadipxe-8febe42f7860bdf9ca8bbf2e93642b7e0091ed4d.tar.gz
ipxe-8febe42f7860bdf9ca8bbf2e93642b7e0091ed4d.tar.xz
ipxe-8febe42f7860bdf9ca8bbf2e93642b7e0091ed4d.zip
Build bochs with ne2000 support, and add sample lines in bochsrc.txt
to match.
Diffstat (limited to 'contrib/bochs/README')
-rw-r--r--contrib/bochs/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bochs/README b/contrib/bochs/README
index 71831edb2..57c6f052b 100644
--- a/contrib/bochs/README
+++ b/contrib/bochs/README
@@ -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: