Linux Kernel Grows Past 15 Million Lines of Code

Status
Not open for further replies.
G

Guest

Guest
Yep, Linux is bloatware today. Linus Torvalds confirmed this some years ago. It is not slim and fast, it has dropped 10% performance since the latest versions, Intel Corp says:
http://www.theregister.co.uk/2009/09/22/linus_torvalds_linux_bloated_huge/
 

Camikazi

Distinguished
Jul 20, 2008
1,405
2
19,315
[citation][nom]eddieroolz[/nom]Oh my, 15 million lines of code. Still pales in comparison to Windows though - which is good, given Linux's focus on weight.[/citation]
Give it time and it will be like Windows (which isn't slow really, my Windows 7 clean install boots in almost the same amount of time as my Ubuntu clean install). But that will be the fate of Linux, or any OS, if they wish to be easier to use and more widely adopted, they must make installs easier and to do that as many systems must work on first install as possible and that means bloated code. Make fun of Windows all you want, but MS already knew that to make things simple the software had to get bigger.
 

anonymous_user

Distinguished
Sep 6, 2010
127
0
18,680
[citation][nom]eddieroolz[/nom]Oh my, 15 million lines of code. Still pales in comparison to Windows though - which is good, given Linux's focus on weight.[/citation]
Keep in mind you are comparing a kernel to a full-blown OS.
 

DSpider

Distinguished
Jan 10, 2009
531
0
18,980
Maybe they should drop support for older hardware starting with 3.3 or at least fork it somehow as a legacy kernel. Because both new AND old hardware are impacted (older hardware more, obviously).

Anyway, if you don't need support for your Sony Memory Stick or HP printer and any other specific modules, simply build your own kernel without them. Using a customized kernel really isn't as difficult as it sounds.
 

A Bad Day

Distinguished
Nov 25, 2011
2,256
0
19,790
You can either have a light and fast OS that's difficult to use, or a bloated OS that's easier to use.

To increase the amount of market share, you need an idiot-friendly software because not everyone are computer experts...
 

in_the_loop

Distinguished
Dec 15, 2007
158
17
18,685
[citation][nom]eddieroolz[/nom]Oh my, 15 million lines of code. Still pales in comparison to Windows though - which is good, given Linux's focus on weight.[/citation]

Well, not really.
It's just Linux, which is the kernel compared to Windows, which has all the windows systems and all the rest.
A Linux distro has the GNU system, X-kernels, file explorers and so on.
If you compare the whole Windows 98 which had 18 million lines of code it is really bad that just the kernel for Linux has 15 million lines, which is in the same ballpark.
 

jwcalla

Distinguished
Sep 24, 2011
65
0
18,630
How many read the second sentence of the article where it said that 75% of the code is for "drivers, file systems and architecture-specific code"? I.e., 75% of it isn't even loaded in by typical users when running, and much of that isn't even installed. How one gets to "bloated" is a bit of a mystery.
 

zanny

Distinguished
Jul 18, 2008
214
0
18,680
There is good news though. I mean, if it ever got to the point Linux was "too" large, large chunks of its code base are portable, like its scheduling algorithms and implementations of its VFS and most of its assembly support for processors.

I do think that the Linux project should be split into separate projects for a scheduler / memory manager, VFS, device manager, and system interface. Each of them could be like what X windowing is right now - an unofficial but almost always used piece of the puzzle.
 

dietcreamsoda

Distinguished
Aug 31, 2011
40
0
18,530
Just the other day I was talking to a group of hot women about Linux. They were all like "yeah, Linux rocks! I won't sleep with a man unless he's running Linux!". And I was like "hey baby, check out my rooted Android phone. It's all Linux-ey and stuff". And she was like "damn, let's go back to your place!". I totally scored.
 

rex86

Distinguished
Aug 23, 2011
70
0
18,630
Probably it's a bad idea to cite Torvalds. This guy is brilliant and at the same time very strict, which relieves us his idealistic nature. As the father of the Linux kernel he thinks that many things should be changed. This is good, and not bad! It means that Linux is still progressing and is being developed. Same thing is happening with X11, as ultimately it's going to get replaced by the new Wayland server.

Windows on the other side is still less than useless, and I the new Windows 8 will make matters even worse, bringing new and exciting ways to kill Windows.
 

w3k3m

Distinguished
Aug 12, 2008
40
0
18,530
Linux had phenomenal influence on IT industry, thanks to open source concept. But from the technical point of view the its design was far from elegant and with old fashioned monolithic kernel was predestined to become bloatware. Linux has one thing in common with Windows - it didn't succeed in its niche because of any technical merits but simply because it was free (or in case of windows for being commercial). Anyone remembers famous Tanenbaum-Torvalds Debate ?

 

PreferLinux

Distinguished
Dec 7, 2010
1,023
0
19,460
[citation][nom]w3k3m[/nom]Linux had phenomenal influence on IT industry, thanks to open source concept. But from the technical point of view the its design was far from elegant and with old fashioned monolithic kernel was predestined to become bloatware. Linux has one thing in common with Windows - it didn't succeed in its niche because of any technical merits but simply because it was free (or in case of windows for being commercial). Anyone remembers famous Tanenbaum-Torvalds Debate ?[/citation]
Yeah, and remember that the only micro-kernel design that has succeeded is Mac OSX, and even that isn't a true micro-kernel, if I remember correctly, but rather a hybrid.
 

kronos_cornelius

Distinguished
Nov 4, 2009
365
1
18,780
You can build your own kernel and set the options to compile only the features you need thereby reducing the code that is used on your machine. Try doing that with Windows.

Most people including myself are happy with the bloated, all-purpose kernel.

The last time I had to rebuild a kernel was while trying to get wireless support. rebuilding a kernel was not in my plans for that day. So, a bloated kernel is good news for me.

 

g4114rd0

Distinguished
Dec 15, 2011
343
0
18,790
FLAMING PENGUIN by FreeBSD.
Whole penguin, 2 sliced onions, 2 sliced green or red bell peppers,1 cup olive oil,1 bottle white wine,
1 teaspoon salt, 1/2 teaspoon ground black pepper, 5 cloves garlic, 1/4 teaspoon chili powder, Bay Leaves and 3 sharp skewers. Slice penguin into 1-inch cubes. Mix spices in with olive oil. Marinade cubes in spice mix, onions peppers garlic and the wine. Douse lightly with brandy before serving.
 

w3k3m

Distinguished
Aug 12, 2008
40
0
18,530
The reason why Linus likes monolithic kernels (in his own words) is because "it's easier to implement". That is true, but well executed microkernels are technically vastly superior and worth the effort. That's a proven fact and there are numerous examples in practice. I suspect back in the days, as a student he didn't have enough programming capacity and knowledge to handle such a task. Today, of course, he would defend his baby that made him famous at all costs. You can praise linux as a movement, but for it's technical quality it is definitely not much better then windows.
 
Status
Not open for further replies.

TRENDING THREADS