Merge branch 'seabios-race' of xloem/lbmk into master
This commit is contained in:
commit
61e48acf67
|
@ -40,6 +40,7 @@ cd seabios/
|
||||||
# for libgfxinit setup:
|
# for libgfxinit setup:
|
||||||
[[ -f Makefile ]] && make distclean
|
[[ -f Makefile ]] && make distclean
|
||||||
cp ../resources/seabios/config/libgfxinit .config
|
cp ../resources/seabios/config/libgfxinit .config
|
||||||
|
make silentoldconfig -j$(nproc)
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
mv out/bios.bin.elf ../payload/seabios/seabios_libgfxinit.elf
|
mv out/bios.bin.elf ../payload/seabios/seabios_libgfxinit.elf
|
||||||
mv out/vgabios.bin ../payload/seabios/seavgabios.bin
|
mv out/vgabios.bin ../payload/seabios/seavgabios.bin
|
||||||
|
@ -48,6 +49,7 @@ rm .config
|
||||||
# for vgarom setup:
|
# for vgarom setup:
|
||||||
[[ -f Makefile ]] && make distclean
|
[[ -f Makefile ]] && make distclean
|
||||||
cp ../resources/seabios/config/vgarom .config
|
cp ../resources/seabios/config/vgarom .config
|
||||||
|
make silentoldconfig -j$(nproc)
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
mv out/bios.bin.elf ../payload/seabios/seabios_vgarom.elf
|
mv out/bios.bin.elf ../payload/seabios/seabios_vgarom.elf
|
||||||
rm .config
|
rm .config
|
||||||
|
|
Loading…
Reference in New Issue