Email or username:

Password:

Forgot your password?
Leah Rowe is not a Rowebot

i feel like promoting one more random free software project that, like the last one, i also use every day.

that project is OpenBSD, the secure, free 4.4BSD Unix operating system.

seriously, openbsd is the best. some resources:

why.openbsd.rocks/fact/

openbsd.org/innovations.html

openbsd.org/faq/

read manpages.

try to do something in it without using google. most of the time, the manuals are *that* good so you never need to open your web browser.

one of humanity's greatest achievements.

4 comments
hakerdefo

@libreleah

How is the hardware support for intel GPUs?
Does it allow to skip the installation of bootloader during the install process? I wouldn't want it to overwrite current Grub install.
How is the software availability?

Leah Rowe is not a Rowebot

@hakerdefo if you're referring to libreboot grub, it won't overwrite that.

openbsd has a framework in their kernel that allows them to re-use driver code from linux. their intel gpu driver is based upon that, and it's excellent. flawless.

openbsd's own bootloader is what you should use, if you want to dualboot. dualbooting with linux is much easier on coreboot because you can just stick grub in flash and boot linux with that and load seabios from grub to boot openbsd.

(that's what i would do)

Leah Rowe is not a Rowebot

@hakerdefo as for software availability, they do have less packages than say, freebsd or debian, but they pretty much have almost everything you can think of. thousands of ports. i've yet to find anything that is not easily possible in openbsd.

anything they don't have is a port that tech@openbsd.org would very much like you to submit :)

Leah Rowe is not a Rowebot

@hakerdefo See: openbsd.org/faq/ports/ports.ht

also, openbsd lets you search ports or if you want to search it on the web if curious, this website is nice:

openports.pl/

Go Up