From ef87ec47544e7a120d19211b6332d41b11403992 Mon Sep 17 00:00:00 2001 From: Godmar Back Date: Wed, 27 Aug 2008 14:34:24 +0000 Subject: [PATCH] removed 'address' option for Bochs. It makes Bochs > 2.2.6 fail with "[MEM0 ] ROM: System BIOS must end at 0xfffff" and, according to http://www.nabble.com/Strange-error-message-when-bringing-up-a-CVS-build-td7532679.html isn't even necessary for 2.2.6 --- src/utils/pintos | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/pintos b/src/utils/pintos index 0b48be1..d787035 100755 --- a/src/utils/pintos +++ b/src/utils/pintos @@ -472,7 +472,7 @@ sub run_bochs { # Write bochsrc.txt configuration file. open (BOCHSRC, ">", "bochsrc.txt") or die "bochsrc.txt: create: $!\n"; print BOCHSRC <