Skip to content

Commit

Permalink
[contrib] Bring bochs/qemu READMEs up to date with latest upstream code
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Brown committed Sep 7, 2008
1 parent c0beec8 commit a30c707
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions contrib/bochs/README
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion contrib/bochs/README.qemu
Expand Up @@ -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
Expand Down

0 comments on commit a30c707

Please sign in to comment.