this post was submitted on 11 Jan 2024
181 points (98.9% liked)

Linux

47804 readers
1009 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
[–] pmk@lemmy.sdf.org 4 points 9 months ago (1 children)

Just curious, on a scale from cowsay to MS Word, how difficult would it be to port COSMIC to the BSDs, assuming wayland support?

[–] mmstick@lemmy.world 3 points 9 months ago (1 children)

As long as you have access to the latest version of Rust, porting would be somewhere near cowsay.

[–] pmk@lemmy.sdf.org 1 points 9 months ago (1 children)

Nice! I know that OpenBSD people have been working on a wayland compatible thing which takes into account Linux-specific things (libinput?), but last I heard it's not ready. I have my hopes up though! Could be the year of desktop BSD if they port COSMIC.

[–] mmstick@lemmy.world 2 points 9 months ago (1 children)

It would certainly be easier for them to port COSMIC because there are very few dependencies on shared C libraries. Cargo links all Rust libraries statically, so it's easier to maintain and update components. This will depend how open they are to accepting Cargo and Rust into their ecosystems.

[–] pmk@lemmy.sdf.org 1 points 9 months ago

OpenBSD -release seems to be at rust 1.72, but -current has 1.75.
https://openbsd.app/?search=rust¤t=on