this post was submitted on 25 Mar 2025
243 points (99.2% liked)

Linux

55319 readers
1228 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 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Peffse@lemmy.world 31 points 2 months ago (10 children)

Funny, I just saw an article saying don't get too excited about Linux gaming boosts because apparently Wine doesn't use ntsync yet, and Valve already worked around ntsync by implementing the faster fsync in SteamOS.

[–] Laser@feddit.org 28 points 2 months ago (6 children)

fsync isn't faster than ntsync, it's merely a workaround to match Linux to Windows synchronization primitives. From ntsync's official description:

It exists because implementation in user-space, using existing tools, cannot match Windows performance while offering accurate semantics.

So without this, you either have a huge perfomance hit in case of an accurate implementation or you have good performance, but might run into edge cases where software doesn't work well or at all because it's not accurate (see https://github.com/ValveSoftware/Proton/issues/2922 for examples)

[–] Peffse@lemmy.world 2 points 2 months ago (5 children)
[–] menemen@lemmy.ml 2 points 2 months ago (1 children)

Why is he using the term "SteamOS kernel"?

[–] FooBarrington@lemmy.world 4 points 2 months ago (1 children)

Well, he's talking about the kernel they are using in SteamOS. The Deck OS is also being extended to other handhelds.

[–] menemen@lemmy.ml 3 points 2 months ago (1 children)

Still a weird way to say this.

[–] FooBarrington@lemmy.world 3 points 2 months ago

Not sure there's a better way to say it. I guess "the SteamOS fork of the Linux kernel" would be more explicit, but I assume most people who would read this are aware that SteamOS is built on Linux.

load more comments (3 replies)
load more comments (3 replies)
load more comments (6 replies)