Browse Source

[contrib] Bring bochs/qemu READMEs up to date with latest upstream code

tags/v0.9.4
Michael Brown 15 years ago
parent
commit
a30c70727a
2 changed files with 4 additions and 4 deletions
  1. 4
    3
      contrib/bochs/README
  2. 0
    1
      contrib/bochs/README.qemu

+ 4
- 3
contrib/bochs/README View File

@@ -25,9 +25,10 @@ To get bochs running is fairly simple:
25 25
 
26 26
 3.  Configure bochs with
27 27
       pushd bochs
28
-      ./configure --enable-all-optimisations --enable-pci --enable-pnic \
29
-                  --enable-debugger --enable-magic-breakpoints \
30
-		  --enable-disasm --enable-show-ips --enable-ne2000
28
+      ./configure --enable-all-optimisations --enable-show-ips \
29
+		  --enable-cpu-level=6 \
30
+		  --enable-pci --enable-pnic --enable-ne2000 \
31
+                  --enable-debugger --enable-disasm
31 32
       popd
32 33
 
33 34
 4.  Build bochs:

+ 0
- 1
contrib/bochs/README.qemu View File

@@ -58,7 +58,6 @@ To get qemu running is fairly simple:
58 58
       popd
59 59
 
60 60
 9.  Start qemu
61
-      export SDL_VIDEO_X11_DGAMOUSE=0
62 61
       ./qemu/i386-softmmu/qemu -L qemu/pc-bios \
63 62
 			       -net nic,model=rtl8139 -net tap,ifname=tap0 \
64 63
 			       -boot a -fda ../../src/bin/rtl8139.pdsk 

Loading…
Cancel
Save