diff options
author | Michael Brown <mcb30@etherboot.org> | 2007-06-28 21:16:39 +0100 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2007-06-28 21:16:39 +0100 |
commit | 82a873546a93b1a8488309a2ca37c644c2205cf9 (patch) | |
tree | e72bfcc33cd0d79f82da8d79620b3a4b9c9d09cf | |
parent | 03ca71c38da9cc6df01ecd9ef16e97a0edb6a4e9 (diff) | |
download | ipxe-82a873546a93b1a8488309a2ca37c644c2205cf9.zip ipxe-82a873546a93b1a8488309a2ca37c644c2205cf9.tar.gz ipxe-82a873546a93b1a8488309a2ca37c644c2205cf9.tar.bz2 |
Current bochs has a 128kB BIOS, not 64kB
-rw-r--r-- | contrib/bochs/bochsrc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/bochs/bochsrc.txt b/contrib/bochs/bochsrc.txt index 873bd61..1e43c93 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 |