From: Ben Pfaff Date: Tue, 10 Jan 2006 00:13:01 +0000 (+0000) Subject: Add "panic: action=fatal" to bochsrc.txt to avoid a potentially X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=f82b2d2ba814f9247e1dad946b04ecf50939c8c1 Add "panic: action=fatal" to bochsrc.txt to avoid a potentially confusing dialogue on control+c or timeout. Via Godmar Back. --- 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);