diff options
author | Francis Rowe <fchmmr@minifree.lan> | 2015-11-04 11:13:01 (EST) |
---|---|---|
committer | Francis Rowe <fchmmr@minifree.lan> | 2015-11-04 11:13:01 (EST) |
commit | 443f47c77adef7aefe246a80082a5c8a985da2c2 (patch) | |
tree | 659378820c80c3b0b913c35e14c6018dd8ecf030 /site | |
parent | 5677d1c7d4261961ab78aad7862105038d007e55 (diff) | |
download | libreboot.org-443f47c77adef7aefe246a80082a5c8a985da2c2.zip libreboot.org-443f47c77adef7aefe246a80082a5c8a985da2c2.tar.gz libreboot.org-443f47c77adef7aefe246a80082a5c8a985da2c2.tar.bz2 |
FAQ BSD
Diffstat (limited to 'site')
-rw-r--r-- | site/faq/index.php | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/site/faq/index.php b/site/faq/index.php index f5be008..b2a2c2b 100644 --- a/site/faq/index.php +++ b/site/faq/index.php @@ -845,15 +845,12 @@ <h2 id="bsd">Can I use BSD? <span class="r"><a href="#bsd">#bsd</a></span></h2> <p> - Potentially. It may be possible to boot most BSD systems if you use - the <a href="http://coreboot.org/SeaBIOS">SeaBIOS</a> payload. - Most BSD systems seem to require a full Video BIOS implementation, which - libreboot lacks for the most part, so you won't have a visual display, but you - might be able to use an EHCI debug and/or serial console. + BSD systems require a full Video BIOS, which libreboot lacks (there is a free replacement + on all current systems, but it lacks certain features that GNU/Linux doesn't require). + Translation: X11 won't work in BSD. </p> <p> - FreeBSD is rumoured to be somewhat compatible (with the GRUB payload, even), when booting with - text-mode graphics initialization, but you probably won't be able to use X11. + It may be possible to get a serial console, but beyond that, BSD is useless on libreboot systems. </p> <p> For the most part, BSD systems remain untested in libreboot. |