Open-source implementation of x86 BIOS
SeaBIOS is an open-source implementation of an x86 BIOS, serving as a freely available firmware for x86 systems. Aiming for compatibility, it supports standard BIOS features and calling interfaces that are implemented by a typical proprietary x86 BIOS. SeaBIOS can either run on bare hardware as a coreboot payload, or can be used directly in emulators such as QEMU and Bochs.
Initially, SeaBIOS was based on the open-source BIOS implementation included with the Bochs emulator. The project was created with intentions to allow native usage on x86 hardware, and to be based on an improved and more easily extendable internal source code implementation.[2]: 3–5
Features
Features supported by SeaBIOS include the following:
It does not support ESCD. SeaBIOS does not support either Intel ME or AMD PSP or their modules.
SeaBIOS's boot device selection menu can be accessed by pressing Esc during the boot process.
Uses
SeaBIOS can run natively on x86 hardware, in which case it is usually loaded as a coreboot payload; it can run on 386 and newer processors, and requires a minimum of 1 MB of RAM. SeaBIOS also runs inside an emulator; it is the default BIOS for the QEMU and KVM virtualization environments, and can be used with the Bochs emulator. It is also included in some Chromebooks, although it is not used by ChromeOS.[4]
Development
Most of the SeaBIOS source code is written in C, with its build system relying on the standard GNU toolchain.[2]: 5–7 SeaBIOS has been tested with various bootloaders and operating systems, including GNU GRUB, LILO, SYSLINUX, Microsoft Windows, Linux, FreeDOS, FreeBSD, NetBSD and OpenBSD.[5]
See also
References
External links