this post was submitted on 31 Jul 2026
168 points (100.0% liked)

Linux

66734 readers
1226 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 7 years ago
MODERATORS
top 7 comments
sorted by: hot top controversial new old
[–] tabular@lemmy.world 33 points 1 day ago

Screw AI RAMpocalypse, I'm buying an open source firmware motherboard.

[–] galaxy_nova@lemmy.world 19 points 1 day ago (1 children)

Open source firmware seems good from a security perspective, motherboard manufacturers seem to really suck balls. Could someone more knowledgeable about core boot explain it a bit to me if they’re willing? I don’t know too much about it besides I think I remember hearing framework uses it?

[–] timkenhan@sopuli.xyz 12 points 1 day ago (1 children)

Coreboot by itself is just a hardware initialization code that basically tells your computer what to do when it turns on (i.e. get the processor running, turn on the RAM chips and get the capacity, then see what can be used for outputting display or serial console).

This is all executed before the user sees anything on the screen, at which point the handover to the payload firmware (i.e. the stuff you'd know as 'the BIOS/UEFI screen') is complete.

The coreboot project do also work with getting the BIOS/UEFI stuff running thru their initialization process as their payload, but the code for these payloads are completely separate projects.

[–] galaxy_nova@lemmy.world 4 points 1 day ago

Ah thanks, so this is essentially another step in having the full chain open source, that’s pretty cool.

[–] eldebryn@lemmy.world 13 points 1 day ago (1 children)

Does this essentially bypass the AMD PSP bit or am I misunderstanding something?

[–] db2@lemmy.world 15 points 1 day ago (1 children)

The psp runs at an even lower tier than this so no.

[–] provectus@lemmy.ml 8 points 1 day ago

That sucks.