diff options
author | Michael Brown | 2006-08-28 03:59:56 +0200 |
---|---|---|
committer | Michael Brown | 2006-08-28 03:59:56 +0200 |
commit | 33eb8871a91fdb5106d9f34e870d1bd0a1bbd871 (patch) | |
tree | 5df312e3b29618c8cfd293bd207ee0699ec20442 /contrib | |
parent | Document requisite patch for qemu (diff) | |
download | ipxe-33eb8871a91fdb5106d9f34e870d1bd0a1bbd871.tar.gz ipxe-33eb8871a91fdb5106d9f34e870d1bd0a1bbd871.tar.xz ipxe-33eb8871a91fdb5106d9f34e870d1bd0a1bbd871.zip |
.zrom is still broken; use .rom by default
Diffstat (limited to 'contrib')
-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 5c45593a..873bd618 100644 --- a/contrib/bochs/bochsrc.txt +++ b/contrib/bochs/bochsrc.txt @@ -144,7 +144,7 @@ megs: 32 #optromimage2: file=optionalrom.bin, address=0xd1000 #optromimage3: file=optionalrom.bin, address=0xd2000 #optromimage4: file=optionalrom.bin, address=0xd3000 -optromimage1: file=../../src/bin/pnic.zrom, address=0xd0000 +optromimage1: file=../../src/bin/pnic.rom, address=0xd0000 #optramimage1: file=/path/file1.img, address=0x0010000 #optramimage2: file=/path/file2.img, address=0x0020000 |