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
 
25
 
26
 3.  Configure bochs with
26
 3.  Configure bochs with
27
       pushd bochs
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
       popd
32
       popd
32
 
33
 
33
 4.  Build bochs:
34
 4.  Build bochs:

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

58
       popd
58
       popd
59
 
59
 
60
 9.  Start qemu
60
 9.  Start qemu
61
-      export SDL_VIDEO_X11_DGAMOUSE=0
62
       ./qemu/i386-softmmu/qemu -L qemu/pc-bios \
61
       ./qemu/i386-softmmu/qemu -L qemu/pc-bios \
63
 			       -net nic,model=rtl8139 -net tap,ifname=tap0 \
62
 			       -net nic,model=rtl8139 -net tap,ifname=tap0 \
64
 			       -boot a -fda ../../src/bin/rtl8139.pdsk 
63
 			       -boot a -fda ../../src/bin/rtl8139.pdsk 

Loading…
Cancel
Save