diff options
author | Michael Brown <mcb30@etherboot.org> | 2006-04-26 00:25:28 +0000 |
---|---|---|
committer | Michael Brown <mcb30@etherboot.org> | 2006-04-26 00:25:28 +0000 |
commit | c67d81bd13d89d8b2915d93a689a92f268233a73 (patch) | |
tree | 97bfaa87dd217d0d65e5876eea346796aa4de60e /contrib | |
parent | c378213387fe86958b0f0b3a083aca964bb9efad (diff) | |
download | ipxe-c67d81bd13d89d8b2915d93a689a92f268233a73.tar.gz |
Avoid the need for a symlink to the BIOS directory; just use the locally
checked-out copy.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/bochs/bochsrc.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bochs/bochsrc.txt b/contrib/bochs/bochsrc.txt index 4f96b205..84ab503d 100644 --- a/contrib/bochs/bochsrc.txt +++ b/contrib/bochs/bochsrc.txt @@ -74,7 +74,7 @@ # now supported, but we still recommend to use the BIOS distributed with # Bochs. Now the start address can be calculated from image size. #======================================================================= -romimage: file=bios/BIOS-bochs-latest, address=0xf0000 +romimage: file=bochs/bios/BIOS-bochs-latest, address=0xf0000 #romimage: file=mybios.bin, address=0xfff80000 # 512k at memory top #romimage: file=mybios.bin # calculate start address from image size @@ -156,7 +156,7 @@ optromimage1: file=rom.img, address=0xd0000 # You now need to load a VGA ROM BIOS into C0000. #======================================================================= #vgaromimage: file=bios/VGABIOS-elpin-2.40 -vgaromimage: file=bios/VGABIOS-lgpl-latest +vgaromimage: file=bochs/bios/VGABIOS-lgpl-latest #vgaromimage: file=bios/VGABIOS-lgpl-latest-cirrus #======================================================================= |