OSDev.org

The Place to Start for Operating System Developers
It is currently Tue Mar 19, 2024 4:39 am

All times are UTC - 6 hours




Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: Best Linux Distro
PostPosted: Sat Apr 04, 2015 7:57 pm 
Offline

Joined: Sun Feb 15, 2015 12:11 pm
Posts: 12
So I know i'm about to start a war on here but i'm going to ask anyway. Iv used Ubuntu and a little bit of fedora and was wondering what others I should check out and what is the best for OS development.


Top
 Profile  
 
 Post subject: Re: Best Linux Distro
PostPosted: Sat Apr 04, 2015 8:42 pm 
Offline
Member
Member

Joined: Tue Mar 04, 2014 5:27 am
Posts: 1108
I'd expect most dev tools available on top distros. And they're console-based mostly as well. So, for development I'd expect there to be little difference.


Top
 Profile  
 
 Post subject: Re: Best Linux Distro
PostPosted: Sun Apr 05, 2015 12:07 am 
Offline
Member
Member
User avatar

Joined: Sat Mar 31, 2012 3:07 am
Posts: 4591
Location: Chichester, UK
A Linux From Scratch system tailored to your exact needs is probably the "best", but most difficult to set up, Linux system for OS development. Failing that, Gentoo or Arch.


Top
 Profile  
 
 Post subject: Re: Best Linux Distro
PostPosted: Sun Apr 05, 2015 5:30 am 
Offline
Member
Member
User avatar

Joined: Thu Mar 27, 2014 3:57 am
Posts: 568
Location: Moscow, Russia
Gentoo, but only if you have a quad-core i7.

_________________
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay


Top
 Profile  
 
 Post subject: Re: Best Linux Distro
PostPosted: Sun Apr 05, 2015 10:48 am 
Offline
Member
Member
User avatar

Joined: Wed Oct 18, 2006 3:45 am
Posts: 9301
Location: On the balcony, where I can actually keep 1½m distance
Iansjack provided the most accurate answer so far.

In addition, gentoo's high-end "requirements" are mostly baseless propaganda. I can demonstrate a (dual socket) pentium 2 being sufficient for gentoo. :wink:

_________________
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]


Top
 Profile  
 
 Post subject: Re: Best Linux Distro
PostPosted: Sun Apr 05, 2015 11:14 am 
Offline
Member
Member
User avatar

Joined: Sat Mar 31, 2012 3:07 am
Posts: 4591
Location: Chichester, UK
Roman wrote:
Gentoo, but only if you have a quad-core i7.

That's absolutely untrue. I have run it on everything from a Raspberry Pi to an i7, including various single-, dual-, and quad-core Intels, single- and dual-core Athlons, and a G4 PPC. In every case it runs faster than most anything else. Which is fairly obvious as each installation is optimized for the particular processor it is running on. Sure, the compilation can take a while, but you just leave it to do its thing.

How many systems have you actually installed Gentoo on?


Top
 Profile  
 
 Post subject: Re: Best Linux Distro
PostPosted: Sun Apr 05, 2015 2:33 pm 
Offline
Member
Member
User avatar

Joined: Thu Mar 27, 2014 3:57 am
Posts: 568
Location: Moscow, Russia
iansjack wrote:
Roman wrote:
Gentoo, but only if you have a quad-core i7.

That's absolutely untrue. I have run it on everything from a Raspberry Pi to an i7, including various single-, dual-, and quad-core Intels, single- and dual-core Athlons, and a G4 PPC. In every case it runs faster than most anything else. Which is fairly obvious as each installation is optimized for the particular processor it is running on. Sure, the compilation can take a while, but you just leave it to do its thing.

How many systems have you actually installed Gentoo on?

I was talking about compilation. I can't even imagine, how many hours it will take to build something like KDE on a Pentium.

_________________
"If you don't fail at least 90 percent of the time, you're not aiming high enough."
- Alan Kay


Top
 Profile  
 
 Post subject: Re: Best Linux Distro
PostPosted: Sun Apr 05, 2015 3:12 pm 
Offline
Member
Member
User avatar

Joined: Sat Mar 31, 2012 3:07 am
Posts: 4591
Location: Chichester, UK
I would say it was better to spend hours installing a system that is going to run more efficiently for years than save a few minutes to install a slower system. Just my preference - I spend more days using my computer than installing the operating system. It's the same philosophy that leads people to compile a custom Linux kernel rather than just accepting the default provided with their system.

Of course, I do have the advantage that I prefer a lean and mean desktop manager to a bloated monster like KDE - especially on low-powered machines.


Top
 Profile  
 
 Post subject: Re: Best Linux Distro
PostPosted: Sun Apr 05, 2015 3:30 pm 
Offline
Member
Member
User avatar

Joined: Sun Apr 05, 2015 3:15 pm
Posts: 31
I agree with lansjack.
There is not really a distro that's suitable for everyone, it depends on what you want to do. The best distro is the distro that has everything you need and nothing more. So that means the best thing you can probably do is to build your own, but that's going to take a while and you can ask yourself if it's worth the effort.

_________________
osdev project, goal is to run wasm as userspace: https://github.com/kwast-os/kwast


Top
 Profile  
 
 Post subject: Re: Best Linux Distro
PostPosted: Sun Apr 05, 2015 10:22 pm 
Offline
Member
Member
User avatar

Joined: Wed Jan 06, 2010 7:07 pm
Posts: 792
iansjack wrote:
I would say it was better to spend hours installing a system that is going to run more efficiently for years than save a few minutes to install a slower system.
Depends on how much time is saved by that efficiency. You'd have to run your Gentoo install optimized for your particular machine far longer than the useful lifetime of that hardware for it to catch up to the time you spend compiling everything every time it updates.

On the other hand, Arch has the same simplicity but with all the compiling done once for everyone (and optimized for x86_64 which is a pretty good baseline already anyway)- imagine how much collective time that saves over Gentoo. ;)

Of course then you have the distros with automatic installers that may or may not save any time overall because you spend more time fixing things later on after a quicker install.

_________________
[www.abubalay.com]


Top
 Profile  
 
 Post subject: Re: Best Linux Distro
PostPosted: Mon Apr 06, 2015 12:04 am 
Offline
Member
Member
User avatar

Joined: Sat Mar 31, 2012 3:07 am
Posts: 4591
Location: Chichester, UK
Quote:
You'd have to run your Gentoo install optimized for your particular machine far longer than the useful lifetime of that hardware for it to catch up to the time you spend compiling everything every time it updates.
it takes me almost no time to install, or update, Gentoo on any computer no matter how lacking it is. It may take the computer a lot of time, but not me.

On the other hand, when using the computer I do generally have to wait for it when it is slow.

I can tell that you have never actually tried Gentoo as you talk about "compiling everything every time it updates".


Top
 Profile  
 
 Post subject: Re: Best Linux Distro
PostPosted: Mon Apr 06, 2015 9:51 am 
Offline
Member
Member
User avatar

Joined: Wed Jan 06, 2010 7:07 pm
Posts: 792
Of course I don't mean compiling everything on the machine every time it updates, just compiling the things you're updating.

It's true you don't have to sit there and stare at the machine while it compiles, but there are always costs to managing longer-running processes. I think we can all agree an ideal (generally impossible) system would never make the user wait for anything. ;)

_________________
[www.abubalay.com]


Top
 Profile  
 
 Post subject: Re: Best Linux Distro
PostPosted: Mon Apr 06, 2015 10:00 am 
Offline
Member
Member

Joined: Sun Feb 01, 2009 6:11 am
Posts: 1070
Location: Germany
iansjack wrote:
I spend more days using my computer than installing the operating system. It's the same philosophy that leads people to compile a custom Linux kernel rather than just accepting the default provided with their system.

I used to do that, but nowadays I'm too lazy to do that. What I get as a default works good enough, and the time I would spend for building a new kernel would hardly be worth it. Even the great speedups that some claim for Gentoo don't matter much to me - almost always the machine is waiting for me, not the other way round. That's probably also the reason why I never felt that I should replace this machine, even though it's older than five years by now and certainly not the most powerful one you could get today.

Of course, that's just me. You may have different requirements. It's just another example that there isn't a single right answer for everyone.

_________________
Developer of tyndur - community OS of Lowlevel (German)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC - 6 hours


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group