Browse Source

.zrom is still broken; use .rom by default

tags/v0.9.3
Michael Brown 17 years ago
parent
commit
33eb8871a9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      contrib/bochs/bochsrc.txt

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

@@ -144,7 +144,7 @@ megs: 32
144 144
 #optromimage2: file=optionalrom.bin, address=0xd1000
145 145
 #optromimage3: file=optionalrom.bin, address=0xd2000
146 146
 #optromimage4: file=optionalrom.bin, address=0xd3000
147
-optromimage1: file=../../src/bin/pnic.zrom, address=0xd0000
147
+optromimage1: file=../../src/bin/pnic.rom, address=0xd0000
148 148
 
149 149
 #optramimage1: file=/path/file1.img, address=0x0010000
150 150
 #optramimage2: file=/path/file2.img, address=0x0020000

Loading…
Cancel
Save