0
0
Fork
You've already forked seabios
0
No description
  • C 90.3%
  • Python 3.1%
  • C++ 2.3%
  • Assembly 1.2%
  • Makefile 1%
  • Other 2.1%
Find a file
Kevin O'Connor 0026c353eb docs: Add mkdocs build tools for building the seabios.org website
Support converting the existing SeaBIOS documentation into a website
using the mkdocs tool.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2025年08月06日 19:15:32 -04:00
docs docs: Add mkdocs build tools for building the seabios.org website 2025年08月06日 19:15:32 -04:00
scripts kconfig: fix the check-lxdialog.sh to work with gcc 14+ 2025年03月10日 16:03:51 +01:00
src sercon: Fix keycodes for F11 and F12 2025年07月01日 17:13:11 -04:00
vgasrc vgabios: Fix generating modes list for static_functionality 2024年10月25日 11:55:25 -04:00
.gitignore Start using Kconfig to configure SeaBIOS settings. 2011年01月29日 09:44:33 -05:00
COPYING Initial checkin. 2008年02月25日 22:25:15 -05:00
COPYING.LESSER Change license from GPLv3 to LGPLv3. 2009年01月15日 20:52:58 -05:00
Makefile drop obsolete acpi table code 2025年01月16日 09:44:08 +01:00
README Simplify README files - point to online documentation instead 2014年12月15日 21:46:56 -05:00

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.