diff options
author | Michael Brown | 2012-10-05 14:23:05 +0200 |
---|---|---|
committer | Michael Brown | 2012-10-05 14:24:07 +0200 |
commit | dcbbf54eb2fd6e06d47c43013c696dc36d6ece52 (patch) | |
tree | 450e54aa0fc0a26f87dbedd6b5c6781db648ea00 /contrib | |
parent | [tls] Fix potential memory leak (diff) | |
download | ipxe-dcbbf54eb2fd6e06d47c43013c696dc36d6ece52.tar.gz ipxe-dcbbf54eb2fd6e06d47c43013c696dc36d6ece52.tar.xz ipxe-dcbbf54eb2fd6e06d47c43013c696dc36d6ece52.zip |
[contrib] Allow more space for Bochs option ROM
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/vm/bochsrc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/vm/bochsrc.txt b/contrib/vm/bochsrc.txt index 22ba40fb..4c4acbae 100644 --- a/contrib/vm/bochsrc.txt +++ b/contrib/vm/bochsrc.txt @@ -341,7 +341,7 @@ memory: guest=512, host=256 #optromimage2: file=optionalrom.bin, address=0xd1000 #optromimage3: file=optionalrom.bin, address=0xd2000 #optromimage4: file=optionalrom.bin, address=0xd3000 -optromimage1: file=../../src/bin/intel.rom, address=0xd0000 +optromimage1: file=../../src/bin/intel.rom, address=0xcb000 #optramimage1: file=/path/file1.img, address=0x0010000 #optramimage2: file=/path/file2.img, address=0x0020000 |