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

..25-Jun-2020-

docs/H25-Jun-2020-1,7291,329

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

src/H25-Jun-2020-54,01841,877

vgasrc/H25-Jun-2020-7,7046,399

.configH A D25-Jun-20201.5 KiB8680

.gitignoreH A D25-Jun-202030 54

COPYINGH A D25-Jun-202034.3 KiB675553

COPYING.LESSERH A D25-Jun-20207.5 KiB166128

MakefileH A D25-Jun-202010.9 KiB294207

Makefile.pariscH A D25-Jun-20206.1 KiB193130

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