this post was submitted on 06 Dec 2023
345 points (96.2% liked)

Linux

47469 readers
1014 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 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] JakenVeina@lemm.ee 64 points 9 months ago* (last edited 9 months ago) (4 children)

Did anyone really think that making UEFI systems the equivalent of a mini OS was a good idea? Or having them be accessible to the proper OS? Was there really no pushback, when UEFI was being standardized, to say "images that an OS can write to are not critical to initializing hardware functionality, don't include that"? Was that question not asked for every single piece of functionality in the standard?

[–] gerdesj@lemmy.ml 51 points 9 months ago (1 children)

Did anyone really think that making UEFI systems the equivalent of a mini OS was a good idea

UEFI and Secure Boot were pushed forcibly by MS. That's why FAT32 is the ESP filesystem.

If I had to guess, a brief was drafted at MS to improve on BIOS, which is pretty shit, it has to be said. It was probably engineering led and not an embrace, extinguish thing. A budget and dev team and a crack team of lawyers would have been whistled up and given a couple of years to deliver. The other usual suspects (Intel and co) would be strong armed in to take whatever was produced and off we trot. No doubt the best and brightest would have been employed but they only had a couple of years and they were only a few people.

UEFI and its flaws are testament to the sheer arrogance of a huge company that thinks it can put a man on the moon with a Clapham omnibus style budget and approach. Management identify a snag and say "fiat" (let it be). Well it was and is and it has a few problems.

The fundamental problem with UEFI is it was largely designed by one team. The wikipedia page: https://en.wikipedia.org/wiki/UEFI is hilarious in describing it as open. Yes it is open ... per se ... provided you decide that FAT32 (patent encumbered) is a suitable file system for the foundations of an open standard.

I love open, me.

[–] evranch@lemmy.ca 25 points 9 months ago (1 children)

UEFI is flawed for sure, but there's no way that any remaining patents on FAT32 haven't expired by now.

[–] OmnipotentEntity@beehaw.org 13 points 9 months ago* (last edited 9 months ago) (1 children)

You may be surprised to learn that they didn't all run out until 2013. UEFI had been around for 7 years by this time, and Microsoft was doing patent enforcement actions against Tom Tom during this time period.

Sure, they're expired now, but not at the time. It was supposed to be an open standard at the time.

[–] HiddenLayer5@lemmy.ml 9 points 9 months ago* (last edited 9 months ago)

Why software patents are a leech on software development: exhibit number 4,294,967,295.

[–] interceder270@lemmy.world 14 points 9 months ago (1 children)

Less is more. I feel we've forgotten that so worthless designers can justify their useless existences.

[–] Shareni@programming.dev 3 points 9 months ago* (last edited 9 months ago)

Yeah, the designers were lobbying to force showing hardware ads during boot...

Less is more.

Listen to your own maxim.

[–] HiddenLayer5@lemmy.ml 12 points 9 months ago* (last edited 9 months ago)

It breaks the cardinal rule of executing privileged code: Only code that absolutely needs to be privilaged should be privileged.

If they really wanted to have their logo in the boot screen, why can't they just provide the image to the OS and request through some API that they display it? The UEFI and OS do a ton of back and fourth communication at boot so why can't this be apart of that? (It's not because then the OS and by extension the user can much more easily refuse to display what is essentially an ad for the hardware vendor right? They'd never put "features" in privileged code just to stop the user from doing anything about it... right?)

[–] yum13241@lemm.ee 5 points 9 months ago