diff options
author | Michael Brown <mcb30@etherboot.org> | 2008-09-07 11:31:42 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2008-09-07 11:31:42 +0100 |
commit | a30c70727a53b920a770a29569ddc9ff2d3b4fb6 (patch) | |
tree | 1ad158a5949dc52e19695bf8d709068715a220ce | |
parent | c0beec8bafea20437a8ec3cae89abfc6c53152af (diff) | |
download | ipxe-a30c70727a53b920a770a29569ddc9ff2d3b4fb6.tar.gz |
[contrib] Bring bochs/qemu READMEs up to date with latest upstream code
-rw-r--r-- | contrib/bochs/README | 7 | ||||
-rw-r--r-- | contrib/bochs/README.qemu | 1 |
2 files changed, 4 insertions, 4 deletions
diff --git a/contrib/bochs/README b/contrib/bochs/README index 57c6f052b..e0e880329 100644 --- a/contrib/bochs/README +++ b/contrib/bochs/README @@ -25,9 +25,10 @@ To get bochs running is fairly simple: 3. Configure bochs with pushd bochs - ./configure --enable-all-optimisations --enable-pci --enable-pnic \ - --enable-debugger --enable-magic-breakpoints \ - --enable-disasm --enable-show-ips --enable-ne2000 + ./configure --enable-all-optimisations --enable-show-ips \ + --enable-cpu-level=6 \ + --enable-pci --enable-pnic --enable-ne2000 \ + --enable-debugger --enable-disasm popd 4. Build bochs: diff --git a/contrib/bochs/README.qemu b/contrib/bochs/README.qemu index ee20eec47..2582f62b7 100644 --- a/contrib/bochs/README.qemu +++ b/contrib/bochs/README.qemu @@ -58,7 +58,6 @@ To get qemu running is fairly simple: popd 9. Start qemu - export SDL_VIDEO_X11_DGAMOUSE=0 ./qemu/i386-softmmu/qemu -L qemu/pc-bios \ -net nic,model=rtl8139 -net tap,ifname=tap0 \ -boot a -fda ../../src/bin/rtl8139.pdsk |