added user_shortcut: for Bochs
authorGodmar Back <godmar@gmail.com>
Thu, 28 Aug 2008 02:50:10 +0000 (02:50 +0000)
committerGodmar Back <godmar@gmail.com>
Thu, 28 Aug 2008 02:50:10 +0000 (02:50 +0000)
src/utils/pintos

index eff91be8b5631a35194dd4774fdb3abb82b9e974..a62b1923bd9008f4d3c611a0a2fbb6546105e22a 100755 (executable)
@@ -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',