You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
3 days ago | |
---|---|---|
docs | 11 months ago | |
scripts | 1 year ago | |
src | 3 days ago | |
vgasrc | 1 year ago | |
.gitignore | 12 years ago | |
COPYING | 15 years ago | |
COPYING.LESSER | 14 years ago | |
Makefile | 2 years ago | |
README | 8 years ago |
README
Welcome to the SeaBIOS project! This project implements an X86 legacy
bios that is built with standard GNU tools.
Please see build and developer information at:
http://seabios.org/Developer_Documentation
For the impatient, SeaBIOS is built for QEMU and tested on QEMU with:
make
qemu -bios out/bios.bin
SeaBIOS can be configured with kconfig. To change the default
configuration one can run "make menuconfig" prior to running "make".
For other types of builds, and for more detailed developer
documentation, please see the online documentation listed above.