• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..25-Jun-2020-

docs/H25-Jun-2020-1,7771,364

scripts/H25-Jun-2020-29,10123,339

src/H25-Jun-2020-49,51038,373

vgasrc/H25-Jun-2020-8,1526,719

.gitignoreH A D25-Jun-202030 54

.versionH A D25-Jun-202023 21

COPYINGH A D25-Jun-202034.3 KiB675553

COPYING.LESSERH A D25-Jun-20207.5 KiB166128

MakefileH A D25-Jun-202010.8 KiB288202

READMEH A D25-Jun-2020572 1811

README

1Welcome to the SeaBIOS project!  This project implements an X86 legacy
2bios that is built with standard GNU tools.
3
4Please see build and developer information at:
5
6  http://seabios.org/Developer_Documentation
7
8For the impatient, SeaBIOS is built for QEMU and tested on QEMU with:
9
10  make
11  qemu -bios out/bios.bin
12
13SeaBIOS can be configured with kconfig.  To change the default
14configuration one can run "make menuconfig" prior to running "make".
15
16For other types of builds, and for more detailed developer
17documentation, please see the online documentation listed above.
18