forked from coreboot/seabios
-
Notifications
You must be signed in to change notification settings - Fork 2
/
README
29 lines (18 loc) · 897 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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.
Issues
-------
If you have any trouble or find any bug, please report an issue in
this location:
https://github.com/pcengines/apu2-documentation/issues).
To create the issue, from the list of available templates select the one, that fits
best the nature of the issue (bug, feature, question or task) and fill it.