diff --git a/bochs/.bochsrc b/bochs/.bochsrc index 77cae206d..ebb24a010 100644 --- a/bochs/.bochsrc +++ b/bochs/.bochsrc @@ -359,7 +359,7 @@ memory: guest=512, host=256 # The start address is optional, since it can be calculated from image size. #======================================================================= romimage: file=$BXSHARE/BIOS-bochs-latest -#romimage: file=bios/seabios-1.6.3.bin +#romimage: file=$BXSHARE/bios.bin-1.7.5 # http://www.seabios.org/SeaBIOS #romimage: file=mybios.bin, address=0xfff80000 # 512k at memory top #======================================================================= diff --git a/bochs/bios/bios.bin-1.7.5 b/bochs/bios/bios.bin-1.7.5 new file mode 100644 index 000000000..01aedaaf0 Binary files /dev/null and b/bochs/bios/bios.bin-1.7.5 differ