From e81af6fff9570e6f3f2b13bb9ad54cc17f25aa50 Mon Sep 17 00:00:00 2001 From: Godmar Back Date: Thu, 28 Aug 2008 02:50:10 +0000 Subject: [PATCH] added user_shortcut: for Bochs --- src/utils/pintos | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/pintos b/src/utils/pintos index eff91be..a62b192 100755 --- 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', -- 2.30.2