diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-30 19:20:30 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-30 19:20:30 +0200 |
| commit | 558bf072fff36ae9f09e332cf8aa536db8ef17c0 (patch) | |
| tree | 3c8760ea14c9f4db65a407999050617ed2ae27b4 /bochsrc | |
| parent | 48e95ac6a3afc0ff279380d94e7764ff83c761c0 (diff) | |
minor fixes
Diffstat (limited to 'bochsrc')
| -rw-r--r-- | bochsrc | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -54,7 +54,7 @@ #display_library: wx #display_library: x, options="hideIPS" # disable IPS output in status bar #display_library: x, options="gui_debug" # use GTK debugger gui -#display_library: x +display_library: x #======================================================================= @@ -128,7 +128,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=5000000, reset_on_triple_fault=1, ignore_bad_msrs=1, msrs="msrs.def" +cpu: count=1, ips=1000000 #, reset_on_triple_fault=1, ignore_bad_msrs=1, msrs="msrs.def" #======================================================================= # CPUID: @@ -220,7 +220,7 @@ romimage: file=/home/miguel/opt/bochs-2.6.6/bios/BIOS-bochs-latest # used all allocated host memory and wants more. # #======================================================================= -memory: guest=16, host=1024 +#memory: guest=16, host=1024 #======================================================================= # OPTROMIMAGE[1-4]: @@ -327,10 +327,10 @@ floppya: 1_44=./FoolOS.img, status=inserted # ata2: enabled=1, ioaddr1=0x1e8, ioaddr2=0x3e0, irq=11 # ata3: enabled=1, ioaddr1=0x168, ioaddr2=0x360, irq=9 #======================================================================= -ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14 -ata1: enabled=1, ioaddr1=0x170, ioaddr2=0x370, irq=15 -ata2: enabled=0, ioaddr1=0x1e8, ioaddr2=0x3e0, irq=11 -ata3: enabled=0, ioaddr1=0x168, ioaddr2=0x360, irq=9 +#ata0: enabled=1, ioaddr1=0x1f0, ioaddr2=0x3f0, irq=14 +#ata1: enabled=1, ioaddr1=0x170, ioaddr2=0x370, irq=15 +#ata2: enabled=0, ioaddr1=0x1e8, ioaddr2=0x3e0, irq=11 +#ata3: enabled=0, ioaddr1=0x168, ioaddr2=0x360, irq=9 #======================================================================= # ATA[0-3]-MASTER, ATA[0-3]-SLAVE @@ -438,7 +438,7 @@ boot: floppy # # Default value are sync=none, time0=local #======================================================================= -#clock: sync=none, time0=local +clock: sync=realtime, time0=local #======================================================================= @@ -449,7 +449,7 @@ boot: floppy # floppy_bootsig_check: disabled=0 # floppy_bootsig_check: disabled=1 #======================================================================= -floppy_bootsig_check: disabled=0 +#floppy_bootsig_check: disabled=0 #======================================================================= # LOG: @@ -463,7 +463,7 @@ floppy_bootsig_check: disabled=0 # log: /dev/tty #======================================================================= #log: /dev/stdout -log: ./bochs.log +#log: ./bochs.log #======================================================================= # LOGPREFIX: |
