this post was submitted on 14 Nov 2023
298 points (91.2% liked)

Linux

47764 readers
865 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
 

Will we all be fucked or is there a Linus 2?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 13 points 11 months ago (3 children)

Nothing. But I would love a microkernel approach like redoxOS. Monolithic kernel is such a bloat?

[–] [email protected] 7 points 11 months ago (1 children)

Can't you compile your own kernel with exactly the things you want? Would be a fun project to do

[–] [email protected] 6 points 11 months ago (2 children)

True. Funny idea I should totally do this. This is how you learn Linux. Like a kernel for exactly your hardware specs!

[–] [email protected] 5 points 11 months ago (1 children)

I have doubts you would see any performance increases, and if you change your hardware you'll be in for a tough time but it would be a fun learning experience!

[–] [email protected] 2 points 11 months ago (2 children)

Thats a question I have. I have two laptops, a shitty amd ryzen thinkpad t495 and a fancy soon-to-be-corebooted Clevo NV41MZ with i7-11** cpu. Pretty crazy performance difference although the chassis and keyboard suck. But if I get the keyboard I want to simply swap drives, as there is nothing fancy, this should just work right?

[–] [email protected] 2 points 11 months ago

Um.. I'm going to choose to phone a friend on this one...

Oh, ..I have no friends who would know.

My instinct is you're going to need to journalctl -b and see what modprobe and udev are up to.

[–] [email protected] 1 points 11 months ago* (last edited 11 months ago) (1 children)

Swapping CPU manufacturers entirely? I'd just start my kernel config fresh. Pull up the old one next to a new (default ) one and go down line by line. Odds are there are at most a few flags that would need to be changed, but it's a good chance to reevaluate your previous decisions too.

[–] [email protected] 1 points 11 months ago

I havent made any specific kernel changes, its just standard Fedora :D

[–] [email protected] 4 points 11 months ago (2 children)

This used to be the norm, not a weird thing that noone has thought of before. If you do this your kernel will be a lot smaller, boot faster, and be a bit more secure. Once you're booted it won't make any meaningful speed difference though.

[–] [email protected] 2 points 11 months ago

It makes a HUGE difference in compile time. Which only matters if you're building your own kernel anyway. It's a solution for its own problem.

I think it's a good learning experience though. There is genuinely a lot of stuff in there that you can easily, safely remove, and reading up on all the less obvious flags is fun.

[–] [email protected] 2 points 11 months ago

Yep. When you have an 800mb HD and 16mb of EDO RAM, you only load what you need. The boot speed was unreal at the time compared to windows.

[–] [email protected] 5 points 11 months ago (1 children)
[–] [email protected] 20 points 11 months ago

Guy: I wish I had a flying car.

You: Invent one then.

[–] [email protected] 1 points 11 months ago

My megabytes D=