From ad1ad2b405c5e2d6fd8882ef73ea5404c3d3fc56 Mon Sep 17 00:00:00 2001
From: Godmar Back <godmar@gmail.com>
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 <<EOF;
-romimage: file=\$BXSHARE/BIOS-bochs-latest, address=0xf0000
+romimage: file=\$BXSHARE/BIOS-bochs-latest
 vgaromimage: file=\$BXSHARE/VGABIOS-lgpl-latest
 boot: disk
 cpu: ips=1000000
-- 
2.30.2