From f82b2d2ba814f9247e1dad946b04ecf50939c8c1 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 10 Jan 2006 00:13:01 +0000 Subject: [PATCH] Add "panic: action=fatal" to bochsrc.txt to avoid a potentially confusing dialogue on control+c or timeout. Via Godmar Back. --- src/utils/pintos | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/pintos b/src/utils/pintos index 32a4af5..afd0ec2 100755 --- a/src/utils/pintos +++ b/src/utils/pintos @@ -380,6 +380,7 @@ boot: c ips: 1000000 megs: $mem log: bochsout.txt +panic: action=fatal EOF print BOCHSRC "clock: sync=", $realtime ? 'realtime' : 'none', "time0=0\n"; print_bochs_disk_line ("ata0-master", 0); -- 2.30.2