diff options
Diffstat (limited to 'bochsrc')
| -rw-r--r-- | bochsrc | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -136,7 +136,7 @@ romimage: file=/home/miguel/opt/bochs-2.6.6/bios/BIOS-bochs-latest # 2.2.6 2.1Ghz Athlon XP with Linux 2.6/g++ 3.4 12 to 15 Mips # 2.0.1 1.6Ghz Intel P4 with Win2000/g++ 3.3 5 to 7 Mips #======================================================================= -cpu: count=1, ips=1000000 #, reset_on_triple_fault=1, ignore_bad_msrs=1, msrs="msrs.def" +cpu: count=1, ips=10000000 #, reset_on_triple_fault=1, ignore_bad_msrs=1, msrs="msrs.def" #======================================================================= # CPUID: @@ -467,7 +467,7 @@ clock: sync=realtime, time0=local # make it "/dev/null" (Unix) or "nul" (win32). :^( # # Examples: -# log: ./bochs.out + log: ./bochs.out # log: /dev/tty #======================================================================= #log: /dev/stdout @@ -511,8 +511,8 @@ clock: sync=realtime, time0=local # cause bochs to become unstable. The panic is a "graceful exit," so # if you disable it you may get a spectacular disaster instead. #======================================================================= -panic: action=report -error: action=report +panic: action=ask +error: action=ask info: action=report debug: action=ignore #debug: action=report @@ -963,4 +963,6 @@ private_colormap: enabled=0 ## pci: enabled=1, chipset=i440fx, slot1=cirrus #i440fxsupport: enabled=1, slot1=cirrus +e1000: enabled=1, mac=52:54:00:12:34:56 #, ethmod=slirp, script=slirp.conf + |
