this post was submitted on 09 Nov 2023
228 points (98.3% liked)

Linux

47557 readers
862 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
all 48 comments
sorted by: hot top controversial new old
[–] Mereo@lemmy.ca 73 points 11 months ago (3 children)

The story behind Senerenity OS is quite amazing:

It was October 2018 and I had just completed a 3-month rehab program at a state addiction clinic in Sweden. I was unemployed, staying with family, and had basically nothing going on.

With no drugs or other vices to pass the time, the days seemed impossibly long. I struggled to find activities to fill them. I enrolled in school for a while, but it wasn’t for me this time either. Eventually I turned to programming, since it’s always been my big interest in life.

Until that point, my career had been focused on web browsers (WebKit at Apple & Nokia). However, I had always been interested in low-level things so I began tinkering with some of that. I wrote a little ELF executable parser.. And an Ext2 filesystem browser.. And a little GUI framework with an event loop..

Out of this tinkering, an operating system began to take shape. I chose the name SerenityOS because I wanted to always remember the Serenity Prayer. I was quite worried about my future at the time, and I figured that this name would help me stay on the good path.

My general idea was to build my own dream system for daily use. It would be a combination of my two favorite computing paradigms: the 1990s GUI and the no-nonsense command-line of late-2000s Unix.

Source: https://awesomekling.substack.com/p/i-quit-my-job-to-focus-on-serenityos-full-time

[–] moreeni@lemm.ee 13 points 11 months ago

The author was a guest on the Changelog podcast. The episode was an interesting one, I highly recommend it

The Changelog: Software Development, Open Source: The serenity of building your own OS

Episode webpage: https://changelog.com/podcast/554

Media file: https://op3.dev/e/https://cdn.changelog.com/uploads/podcast/554/the-changelog-554.mp3

[–] chunkyhairball@lemmy.ml 11 points 10 months ago

I will never not be impressed with people who get themselves off drugs and have endless respect for that.

[–] Cysioland@lemmygrad.ml 10 points 10 months ago

Sounds like Terry Davis but the good ending

[–] theshatterstone54@feddit.uk 50 points 11 months ago (1 children)

Wait, so that's a proper *NIX system? A non-linux system? That's quite impressive!

[–] mnmalst@lemmy.zip 55 points 11 months ago* (last edited 11 months ago) (4 children)

Yes and they implement EVERYTHING in house. In case you haven't heard they also started implementing a browser engine from scratch https://ladybird.dev/ just for fun. It kinda took off and they even got some nice donations, just to keep it going and see where it leads.

The "founders" youtube channel is quit interesting. Especially the monthly update videos if you want to keep up to date with the latest developments. https://inv.tux.pizza/channel/UC3ts8coMP645hZw9JSD3pqQ

[–] stella@lemm.ee 27 points 11 months ago* (last edited 11 months ago) (1 children)

Yikes.

Building everything from scratch is one thing.

Maintaining it is completely different.

[–] skullgiver@popplesburger.hilciferous.nl 25 points 11 months ago* (last edited 10 months ago)

[This comment has been deleted by an automated system]

[–] kuneho@lemmy.world 15 points 11 months ago (2 children)

tried it out in a VM, I was truly impressed by that browser.

I mean, sure, lots of pages don't work, but lots of pages DOES work on it, with no issues.

Never seen this on any custom, "built in" browser of an alternative OS.

[–] skullgiver@popplesburger.hilciferous.nl 17 points 11 months ago* (last edited 10 months ago)

[This comment has been deleted by an automated system]

[–] mnmalst@lemmy.zip 6 points 11 months ago

The browser was at first only available in serentyOS itself but lately is available as a stand alone program running on other OSs as well. It's still pretty early days, I am exited to see where all this leads tho!

[–] gkd@lemmy.ml 5 points 11 months ago

Wow, a whopping 100k from Shopify, that’s awesome!

[–] nix@merv.news 3 points 11 months ago (1 children)

Does the browser work yet? Can’t find screenshots

[–] mnmalst@lemmy.zip 1 points 11 months ago

It's a work in progress. Most sites won't work but some do. Check out this latest development update video: https://inv.tux.pizza/watch?v=giq5iXJntgQ&t=911 That link leads directly to the "demo segment" where he opens some sites.

[–] OsrsNeedsF2P@lemmy.ml 17 points 11 months ago (5 children)

Why do groups insist on BSD/MIT/Apache style licensing...

[–] qwesx@kbin.social 36 points 11 months ago

I don't know about the creators of this project, but in general: So that they can use the stuff in their closed source applications while finding enough contributors to write software for them for free.

[–] Spectacle8011@lemmy.comfysnug.space 14 points 11 months ago* (last edited 11 months ago) (1 children)

Here's why.

Because I like the 2-clause BSD license. I am not a fan of β€œcopyleft” or forcing obligations on people in general. I want my software to be available for anyone who wants to use it.

[–] possiblylinux127@lemmy.zip 4 points 11 months ago* (last edited 11 months ago) (1 children)

He missed the entire point of copyleft which is a bit disappointing.

All well, at least it is libre. I respect his choice in the end as pressuring or forcing someone to use a copy left license us just as bad as proprietary software

[–] Spectacle8011@lemmy.comfysnug.space 3 points 11 months ago (1 children)

The GPL is a better choice if you want to make money from the software. With a pushover license, your competitors can extend the program and profit from it in a way you can't because they aren't required to give the changes back. The GPL evens the playing field. Of course, you often see the original company requiring a CLA so they retain copyright over all of the code.

On the other hand, it does enable possibilities that you would be very unlikely to get otherwise. For example, Cedega (formerly WineX) forked Wine when it used a pushover license and brokered deals with game companies to make the DRM compatible with WineX/Cedega. That meant you could play these games on Linux-based OSes with Cedega, but not Wine. I really wonder if it would have been possible to make Wine compatible with some of these DRM schemes otherwise. Consequently, however, Cedega could not incorporate any changes from LGPL'd Wine, as that would have required them to license Cedega under the LGPL, too.

That's another issue. You can incorporate MIT-licensed software in GPL software, but you can't incorporate GPL software in MIT-licensed software. So going with the GPL gives you more options. As SerenityOS is building everything from scratch, this isn't an issue, but you can well see how it could be. The LGPL is far less disruptive to people who want to release their software under a pushover license. It only requires you give back any changes to the LGPL-licensed part, and does not cover other parts of your program. Personally, I really like the LGPL. It levels the playing field while being quite compatible. It's not perfect either, of course.

It's a tricky question, and there are no right answers. Ultimately, the decision is up to the developer and I can't fault any choice, including the decision to use a proprietary license.

[–] possiblylinux127@lemmy.zip 2 points 11 months ago (1 children)

I personally won't use any proprietary software and I especially won't use any DRM. The purpose of the GPL isn't to force companies to pay up to get out of copy left. The purpose is to keep the code free no matter what so that people can control there own computing

That's also my preference, but very few games are free software. And most of the games I want to play are encumbered with DRM or cost ten times as much to get DRM-free. Of course, I buy them DRM-free because the DRM doesn't work with Wine, but if it worked with Cedega...well, I might re-evaluate.

The purpose of the GPL isn’t to force companies to pay up to get out of copy left.

That's why it was created, but in practice, many companies make money by selling exceptions. See Cal.com and CKEditor5, for instance. I didn't mention this at all in my comment, though, so I'm not quite sure which part you're responding to. By "level playing field", I meant that everyone can improve Sourcehut and sell a service with more features, but they need to release those new features under the same license, meaning they will make it back to Sourcehut proper. Selling exceptions isn't the only way to make money from free software.

[–] lily33@lemm.ee 9 points 11 months ago* (last edited 11 months ago)

These licenses do promote wider adoption, and make perfect sense for software that's not a target of (or vulnerable to) EEE tactics. Unfortunately, an OS is a prime target for EEE.

[–] aniki@lemm.ee 9 points 11 months ago* (last edited 11 months ago) (1 children)

Those are three VERY different things and are absolutely not interchangeable.

[–] OsrsNeedsF2P@lemmy.ml 5 points 11 months ago (1 children)

They all bear the same permissive properties

[–] aniki@lemm.ee 2 points 11 months ago (3 children)
[–] lily33@lemm.ee 3 points 11 months ago* (last edited 11 months ago)

Reading this text, it looks kinda like the difference between red (#FF0000) apples, red (#FF0001) apples, and red (#FF0100) apples...

[–] duncesplayed@lemmy.one 2 points 11 months ago

For anyone not wanting to read through that article, here's the tl;dr:

Apache requires you to note what changes (if they're "substantial") you made to the code. Otherwise it's identical to MIT.

BSD is effectively identical to MIT.

[–] JustEnoughDucks@feddit.nl 2 points 11 months ago

After reading your link, they can absolutely be used interchangably in a comparison with copyleft licenses. Your own link says that they are very similar.

https://opensource.stackexchange.com/questions/217/what-are-the-essential-differences-between-the-bsd-and-mit-licences#582

[–] TrickDacy@lemmy.world 4 points 11 months ago (1 children)

What is your issue with the licensing?

[–] Streetdog@lemmy.world 13 points 11 months ago

Serenity now, insanity later.

[–] Ugurcan@lemmy.world 12 points 11 months ago* (last edited 11 months ago)

Is it possible to run it in VM?

Edit: it’s meant to run on a vm. cool!

[–] kuneho@lemmy.world 9 points 11 months ago (1 children)

Amazing project.

I was just trying to boot it up on bare metal yesterday, on an AMD Phenom II machine but Kernel Panic'd on not finding a device to boot from, which was a bit puzzling. Unfortunately had no time to investigate, but I won't give up, I make it boot somehow on that PC.

Or try to run it on a Raspberry Pi 400.

[–] aniki@lemm.ee 4 points 11 months ago (1 children)

You need to disable whatever TPM/Secure boot shit is blocking the UEFI from bootstrapping the kernel.

[–] kuneho@lemmy.world 1 points 11 months ago (1 children)

There's nothing like that is enabled AFAIK, I"m not even sure this board has UEFI (only Legacy BIOS). It's an Acer Veriton M421G brand PC, with a Phenom II X4 945 CPU.

Not even sure it's compatible with the OS, but this boot device issue was strange, tho. (had the same problem booting up a partition manager software from floppy that is based on Visopsys)

But will double check everything. Thanks for the tip!

[–] aniki@lemm.ee 1 points 11 months ago* (last edited 11 months ago) (1 children)

If you're not booting with UEFI then you'll need to make sure your USB stick is 'blessed' so the BIOS can pick it up as a boot device. I dunno what the state of BIOS boot images is in 2023 but you can probably get away with finding an old BIOS compatible boot image and then use DD to capture the first few bites that has the boot blessing on it.

None of the distro images I have seen in the last few years were built for BIOS so none of those images are going to work.

[–] kuneho@lemmy.world 1 points 11 months ago (2 children)

I dd-ed the image straight to the HDD. grub started and booted off from it. lots of messages of PCI devices, I guess some kind of scan. after a while the screen went white, and a bit later the logs of the kernel panic appeared at the top, with the message it could't find a device to boot from.

so, it seems that the kernel itself didn't see the hdd it just booted from - standard IDE PATA disk, 120GB. Used dd from a gparted live disc.

First, I resized the partition on the disk to the full, at the next try I left it, as-is.

Both times the same result; the BIOS boots into Serenity, white screen, then kernel panic, couldn't find a device to boot from.

Thing is, there are 2 DVD drives (IDE and SATA) and a floppy drive attached to the PC, dunno if they can cause any problem. And 1GB memory.

this was yesterday, and since then I haven't got tieme to fiddle with it, but will. :)

[–] aniki@lemm.ee 2 points 11 months ago

It sounds like the USB is fine. What mode is the drive controller in? It's probably IDE. I haven't fucked with this in SO long but I am guessing the south bridge controller isn't supported by the newer kernels. It looks like basic IDE is still supported. Have you tried other kernels? I'm wondering if something like Ubuntu LTS or Arch LTS would have more devices supported.

Do you know how to boot strait to the kernel and nothing else? Since this is probably IDE you can do it super easy. It sounds like you can load the kernel into memory alright so you should be able to probe the kernel once booted to see whats on lsusb and lspci to see what's not coming up.

You can probably use any recovery USB/kernel to get an idea of if you're supported or not.

https://askubuntu.com/questions/92556/how-do-i-boot-into-a-root-shell

[–] aniki@lemm.ee 1 points 11 months ago

That system is definitely 32bit only. Are you using a 32bit build?

I read "senility operating system" which is stupid and also probably the OS I have installed

[–] calmluck9349@infosec.pub 4 points 11 months ago
[–] db2@sopuli.xyz 3 points 11 months ago (1 children)

How does it compare to TempleOS though?

[–] skullgiver@popplesburger.hilciferous.nl 43 points 11 months ago* (last edited 10 months ago) (2 children)

[This comment has been deleted by an automated system]

[–] kadu@lemmy.world 22 points 11 months ago* (last edited 11 months ago)

Oh, so it's already corrupted by sin, I see

[–] duncesplayed@lemmy.one 1 points 11 months ago

Whoa whoa slow down with this new-fangled fad ideas. Next you'll try and tell me every user process doesn't run in ring 0.

[–] guillermohs9@lemmy.ml 1 points 10 months ago

His coding videos are really nice to see. I don't even understand that much, as it's mostly C++, but the coding, the explanation, and the final feature and commit is somehow relaxing.