this post was submitted on 01 Oct 2023
357 points (92.2% liked)

Linux

47549 readers
684 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
[–] baronvonj@lemmy.world 7 points 1 year ago* (last edited 1 year ago) (1 children)

The bit about modifying the Linux code is to say you can't run a a built-from-source version of the kernel or DE, like you could do with Fedora or Ubuntu or Arch or distro.

The bit about "now more than ever" is because by separating the browser and OS (Lacros) it's no longer the browser-based OS we've always known it to be. Now it's Google Linux with Chrome browser (Linux And Chrome OS).

[–] QuazarOmega@lemy.lol 1 points 1 year ago (2 children)

you can't run a a built-from-source version of the kernel or DE

That's sad, do you know why that is? Is it that you can't use a generic Linux kernel as a drop-in replacement or that you couldn't even modify the source of the kernel used by ChromiumOS?

And with "Google Linux", do you mean its architecture is fundamentally different from the average distribution to be compatible with software that would otherwise run on it?

[–] baronvonj@lemmy.world 3 points 1 year ago (1 children)

Well, you can build and run from source using Chromium. But that doesn't have all the features of ChromeOS, just like AOSP vs what you get on a Pixel phone.

I can't imagine that Google have changed the kernel architecture. I just meant to differentiate that it's their own distribution rather than another Debian derivative or something.

[–] QuazarOmega@lemy.lol 2 points 1 year ago* (last edited 1 year ago)

Ah, you're right, the fact that Chrome has stuff not on Chromium is a pretty big deal, a few years ago I tried to use a project that attempted to somehow bridge the gap, I think it was Brunch and it was a pain to get working.

it's their own distribution rather than another Debian derivative or something.

I understand

[–] Bitrot@lemmy.sdf.org 2 points 1 year ago* (last edited 1 year ago) (1 children)

Not easily, the accessible linux environment is a container that doesn’t give you lower level access. You can do more in developer mode I think.

Traditionally it has been an extremely minimal Linux distro with pretty much everything running in the Chrome process, if you ever looked at the processes that was nearly the only one other than system things. They are trying to separate the base “Linux distro” and the browser more to make it easier to maintain, so the browser will be a normal application.

[–] QuazarOmega@lemy.lol 1 points 1 year ago

Interesting, didn't know about the container thing!