Browse Source

Hardcoded paths to ../../src/bin avoid one step in the instructions.

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
0eb0dd0437
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      contrib/bochs/bochsrc.txt

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

144
 #optromimage2: file=optionalrom.bin, address=0xd1000
144
 #optromimage2: file=optionalrom.bin, address=0xd1000
145
 #optromimage3: file=optionalrom.bin, address=0xd2000
145
 #optromimage3: file=optionalrom.bin, address=0xd2000
146
 #optromimage4: file=optionalrom.bin, address=0xd3000
146
 #optromimage4: file=optionalrom.bin, address=0xd3000
147
-optromimage1: file=rom.img, address=0xd0000
147
+optromimage1: file=../../src/bin/pnic.zrom, address=0xd0000
148
 
148
 
149
 #optramimage1: file=/path/file1.img, address=0x0010000
149
 #optramimage1: file=/path/file1.img, address=0x0010000
150
 #optramimage2: file=/path/file2.img, address=0x0020000
150
 #optramimage2: file=/path/file2.img, address=0x0020000
198
 #floppya: 1_44=a:, status=inserted
198
 #floppya: 1_44=a:, status=inserted
199
 #floppya: 1_44=a.img, status=inserted
199
 #floppya: 1_44=a.img, status=inserted
200
 #floppya: 1_44=/dev/rfd0a, status=inserted
200
 #floppya: 1_44=/dev/rfd0a, status=inserted
201
-floppya: 1_44=floppy.img, status=inserted
201
+floppya: 1_44=../../src/bin/pnic.dsk, status=inserted
202
 
202
 
203
 #=======================================================================
203
 #=======================================================================
204
 # FLOPPYB:
204
 # FLOPPYB:

Loading…
Cancel
Save