diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-30 20:19:35 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-30 20:19:35 +0200 |
| commit | 07f3883a25dc4a7bdbd52c7bd97741ccc7df13f7 (patch) | |
| tree | e75e4f45d731d2fe992b692e6ca95b1881b1e6ae /bochsrc | |
| parent | 4c6017d0d21cb085bf3757c2949e435481840fe6 (diff) | |
fixed bug in multitasking code
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 + |
