From 53641f9bb07aa127b2b5e402e28b7421ce8a7f3b Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 9 Nov 2008 15:21:21 -0800 Subject: [PATCH] Allow Bochs users to reboot by clicking the "user" button. The "user_shortcut" Bochs option allows specifying a key combination to send to the VM when the user clicks on the "user" button in the Bochs headerbar. From Godmar, crossported from his usb-integration-aug08 branch. --- src/utils/pintos | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/pintos b/src/utils/pintos index fca610a..c71ebc2 100755 --- a/src/utils/pintos +++ b/src/utils/pintos @@ -480,6 +480,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'; if ($realtime) { -- 2.30.2