Skip to content
Snippets Groups Projects
Commit ad12b487 authored by rsc's avatar rsc
Browse files

changes since two days ago:

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.
parent b30ab3f5
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......@@ -675,7 +675,6 @@ keyboard_mapping: enabled=0, map=
# i440fxsupport: enabled=1, slot1=pcivga, slot2=ne2k
#=======================================================================
#i440fxsupport: enabled=1
i440fxsupport: enabled=1
#=======================================================================
# USB1:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment