projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14448b1
)
added user_shortcut: for Bochs
author
Godmar Back
<godmar@gmail.com>
Thu, 28 Aug 2008 02:50:10 +0000
(
02:50
+0000)
committer
Godmar Back
<godmar@gmail.com>
Thu, 28 Aug 2008 02:50:10 +0000
(
02:50
+0000)
src/utils/pintos
patch
|
blob
|
history
diff --git
a/src/utils/pintos
b/src/utils/pintos
index eff91be8b5631a35194dd4774fdb3abb82b9e974..a62b1923bd9008f4d3c611a0a2fbb6546105e22a 100755
(executable)
--- a/
src/utils/pintos
+++ b/
src/utils/pintos
@@
-582,6
+582,7
@@
cpu: ips=1000000
megs: $mem
log: bochsout.txt
panic: action=fatal
+user_shortcut: keys=ctrlaltdel
EOF
print BOCHSRC "gdbstub: enabled=1\n" if $debug eq 'gdb';
print BOCHSRC "clock: sync=", $realtime ? 'realtime' : 'none',