From: Godmar Back Date: Wed, 27 Aug 2008 14:34:24 +0000 (+0000) Subject: removed 'address' option for Bochs. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=ef87ec47544e7a120d19211b6332d41b11403992 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 --- 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 <