diff options
author | rsc <rsc> | 2007-09-27 11:27:04 +0000 |
---|---|---|
committer | rsc <rsc> | 2007-09-27 11:27:04 +0000 |
commit | ad12b487b5d99ede06b4353d1ccb4179acfb1851 (patch) | |
tree | 8cf569d6f018bc317ca504ea007057cef6c75110 | |
parent | b30ab3f5af135b797f58f0977e2fce5be282a9c4 (diff) | |
download | xv6-labs-ad12b487b5d99ede06b4353d1ccb4179acfb1851.tar.gz xv6-labs-ad12b487b5d99ede06b4353d1ccb4179acfb1851.tar.bz2 xv6-labs-ad12b487b5d99ede06b4353d1ccb4179acfb1851.zip |
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.
-rwxr-xr-x | dot-bochsrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dot-bochsrc b/dot-bochsrc index e78770c..8c609bd 100755 --- a/dot-bochsrc +++ b/dot-bochsrc @@ -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: |