From: Michael Brown Date: Thu, 28 Jun 2007 20:16:39 +0000 (+0100) Subject: Current bochs has a 128kB BIOS, not 64kB X-Git-Tag: v0.9.3~361 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=82a873546a93b1a8488309a2ca37c644c2205cf9;p=thirdparty%2Fipxe.git Current bochs has a 128kB BIOS, not 64kB --- diff --git a/contrib/bochs/bochsrc.txt b/contrib/bochs/bochsrc.txt index 873bd6180..1e43c93c7 100644 --- a/contrib/bochs/bochsrc.txt +++ b/contrib/bochs/bochsrc.txt @@ -74,7 +74,7 @@ # now supported, but we still recommend to use the BIOS distributed with # Bochs. Now the start address can be calculated from image size. #======================================================================= -romimage: file=bochs/bios/BIOS-bochs-latest, address=0xf0000 +romimage: file=bochs/bios/BIOS-bochs-latest, address=0xe0000 #romimage: file=mybios.bin, address=0xfff80000 # 512k at memory top #romimage: file=mybios.bin # calculate start address from image size