Browse Source

[contrib] Allow more space for Bochs option ROM

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 11 years ago
parent
commit
dcbbf54eb2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      contrib/vm/bochsrc.txt

+ 1
- 1
contrib/vm/bochsrc.txt View File

@@ -341,7 +341,7 @@ memory: guest=512, host=256
341 341
 #optromimage2: file=optionalrom.bin, address=0xd1000
342 342
 #optromimage3: file=optionalrom.bin, address=0xd2000
343 343
 #optromimage4: file=optionalrom.bin, address=0xd3000
344
-optromimage1: file=../../src/bin/intel.rom, address=0xd0000
344
+optromimage1: file=../../src/bin/intel.rom, address=0xcb000
345 345
 
346 346
 #optramimage1: file=/path/file1.img, address=0x0010000
347 347
 #optramimage2: file=/path/file2.img, address=0x0020000

Loading…
Cancel
Save