projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bdc514
)
Fix clock: line in bochsrc.
author
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 7 Apr 2006 23:17:50 +0000
(23:17 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Fri, 7 Apr 2006 23:17:50 +0000
(23:17 +0000)
src/utils/pintos
patch
|
blob
|
history
diff --git
a/src/utils/pintos
b/src/utils/pintos
index fe7d9544583b13960e4127b048e2d1f2f846d834..fdaa91867c3ea7b8fd643c8a76c5c7c26cc50cf1 100755
(executable)
--- a/
src/utils/pintos
+++ b/
src/utils/pintos
@@
-383,7
+383,8
@@
log: bochsout.txt
panic: action=fatal
EOF
print BOCHSRC "gdbstub: enabled=1\n" if $debug eq 'gdb';
- print BOCHSRC "clock: sync=", $realtime ? 'realtime' : 'none', "time0=0\n";
+ print BOCHSRC "clock: sync=", $realtime ? 'realtime' : 'none',
+ " time0=0\n";
print_bochs_disk_line ("ata0-master", 0);
print_bochs_disk_line ("ata0-slave", 1);
if (defined ($disks_by_iface[2]{FILENAME})