mirror of https://github.com/xemu-project/xemu.git
Merge remote-tracking branch 'kraxel/seabios-1.6.3.2' into staging
* kraxel/seabios-1.6.3.2: Update seabios to 1.6.3.2 Add seabios build scripts to roms/
This commit is contained in:
commit
46a5801d0c
BIN
pc-bios/bios.bin
BIN
pc-bios/bios.bin
Binary file not shown.
|
@ -0,0 +1,10 @@
|
|||
|
||||
default:
|
||||
@echo "nothing is build by default"
|
||||
@echo "available build targets:"
|
||||
@echo " bios -- update bios.bin (seabios)"
|
||||
|
||||
bios: config.seabios
|
||||
sh configure-seabios.sh $<
|
||||
make -C seabios out/bios.bin
|
||||
cp seabios/out/bios.bin ../pc-bios/bios.bin
|
|
@ -0,0 +1 @@
|
|||
# empty, default config works for us
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
config="$1"
|
||||
make -C seabios clean distclean
|
||||
cp "$config" seabios/.config
|
||||
make -C seabios oldnoconfig
|
|
@ -1 +1 @@
|
|||
Subproject commit 80d11e8577bf03e98f2eb1b0cb3a281ab2879c9e
|
||||
Subproject commit 2e8bd611ce4e1e36b5a80c9ca6e256e23802f095
|
Loading…
Reference in New Issue