|
@@ -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:
|