Browse Source

Avoid the need for a symlink to the BIOS directory; just use the locally

checked-out copy.
tags/v0.9.3
Michael Brown 18 years ago
parent
commit
c67d81bd13
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      contrib/bochs/bochsrc.txt

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

74
 # now supported, but we still recommend to use the BIOS distributed with
74
 # now supported, but we still recommend to use the BIOS distributed with
75
 # Bochs. Now the start address can be calculated from image size.
75
 # Bochs. Now the start address can be calculated from image size.
76
 #=======================================================================
76
 #=======================================================================
77
-romimage: file=bios/BIOS-bochs-latest, address=0xf0000
77
+romimage: file=bochs/bios/BIOS-bochs-latest, address=0xf0000
78
 #romimage: file=mybios.bin, address=0xfff80000 # 512k at memory top
78
 #romimage: file=mybios.bin, address=0xfff80000 # 512k at memory top
79
 #romimage: file=mybios.bin # calculate start address from image size
79
 #romimage: file=mybios.bin # calculate start address from image size
80
 
80
 
156
 # You now need to load a VGA ROM BIOS into C0000.
156
 # You now need to load a VGA ROM BIOS into C0000.
157
 #=======================================================================
157
 #=======================================================================
158
 #vgaromimage: file=bios/VGABIOS-elpin-2.40
158
 #vgaromimage: file=bios/VGABIOS-elpin-2.40
159
-vgaromimage: file=bios/VGABIOS-lgpl-latest
159
+vgaromimage: file=bochs/bios/VGABIOS-lgpl-latest
160
 #vgaromimage: file=bios/VGABIOS-lgpl-latest-cirrus
160
 #vgaromimage: file=bios/VGABIOS-lgpl-latest-cirrus
161
 
161
 
162
 #=======================================================================
162
 #=======================================================================

Loading…
Cancel
Save