Skip to content

Commit

Permalink
changes since two days ago:
Browse files Browse the repository at this point in the history
drop , address=0xf0000 from romimage line.
newer bochs has a 128k bios that it loads elsewhere.
so let bochs decide where the romimage goes.

change cpu quantum to 1 (default is 5, max is 16)
in an attempt to provoke more races.  only provokes
them slightly more frequently, may not be worth
the slowdown.
  • Loading branch information
rsc committed Sep 27, 2007
1 parent b30ab3f commit ad12b48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dot-bochsrc
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ debug: action=ignore
#=======================================================================
#debugger_log: /dev/null
#debugger_log: debugger.out
debugger_log: bochsout.txt
debugger_log: -

#=======================================================================
# COM1, COM2, COM3, COM4:
Expand Down Expand Up @@ -675,7 +675,6 @@ keyboard_mapping: enabled=0, map=
# i440fxsupport: enabled=1, slot1=pcivga, slot2=ne2k
#=======================================================================
#i440fxsupport: enabled=1
i440fxsupport: enabled=1

#=======================================================================
# USB1:
Expand Down

0 comments on commit ad12b48

Please sign in to comment.