diff options
author | nox <nox@FreeBSD.org> | 2011-09-17 02:13:25 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2011-09-17 02:13:25 +0800 |
commit | 400a915340fe9441114f791b0ff5134070dc286a (patch) | |
tree | 4e98dc108667855c024a1f184e4310775db0544b /emulators/Makefile | |
parent | a8669827e0e1c876fdda3ae08a013c02222ce855 (diff) | |
download | freebsd-ports-gnome-400a915340fe9441114f791b0ff5134070dc286a.tar.gz freebsd-ports-gnome-400a915340fe9441114f791b0ff5134070dc286a.tar.zst freebsd-ports-gnome-400a915340fe9441114f791b0ff5134070dc286a.zip |
SeaBIOS is an open source implementation of a 16bit X86 BIOS. SeaBIOS
can run in an emulator or it can run natively on X86 hardware with
the use of coreboot.
SeaBIOS is the default BIOS for qemu and kvm.
This is a git snapshot to be used with the emulators/qemu-devel port.
(compared to the version shipped with qemu 0.15.0 this snapshot adds
ahci boot disk support.)
WWW: http://www.seabios.org/SeaBIOS
Diffstat (limited to 'emulators/Makefile')
-rw-r--r-- | emulators/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/Makefile b/emulators/Makefile index 0d69001789fc..147246e2a2f6 100644 --- a/emulators/Makefile +++ b/emulators/Makefile @@ -135,6 +135,7 @@ SUBDIR += quasi88 SUBDIR += raine SUBDIR += rtc + SUBDIR += seabios-devel SUBDIR += sim6811 SUBDIR += simh SUBDIR += ski |