Linked by Jordan Spencer Cunningham on Wed 19th Aug 2009 20:54 UTC
Linux The Linux Foundation has made some analyzation the past two years into just how much code is being added to the project and who is doing that contribution. This year's report is out, and the results are actually quite smile-worthy if you're a Linux advocate: the increase in code contributions is phenomenal, the rate at which these contributions are being submitted is faster, and there are more individual developers than previously.
Thread beginning with comment 379746
To view parent comment, click here.
To read all comments associated with this story, please click here.
james_parker
Member since:
2005-06-29


Where did you see that? All of the sketchy information I saw indicated that Google was going to use the same design philosophy as Android--a Linux kernel with a completely different OS stack.

It makes sense they would use some GNU libraries, but unless they use nearly all of them it will take porting to make a traditional application run on Chrome.


Which piece are you asking about? You agree that it will use Linux as the OS, and agree it will probably use some GNU applications and libraries. There was a link earlier to information that it will not be X-Windows based. So what exactly are you questioning?

Reply Parent Bookmark Score: 1

AaronD Member since:
2009-08-19

So what exactly are you questioning?

I am not questioning your insight specifically and I don't think we are very far apart. I am questioning that Chrome will be "just another Linux Distro." The kernel alone doesn't make an OS anymore than an engine alone makes a car.

Will Chrome use (u)glibc? How about the userland networking stuff or PAM or rc or bash? Android doesn't and there is no reason to assume that Chrome will.

Since Chrome is pure vaporware right now, I think both of us are speculating.

Reply Parent Bookmark Score: 1

james_parker Member since:
2005-06-29

"So what exactly are you questioning?

I am not questioning your insight specifically and I don't think we are very far apart. I am questioning that Chrome will be "just another Linux Distro." The kernel alone doesn't make an OS anymore than an engine alone makes a car.
"

Oh, I see; you don't understand that the kernel is >98% of the OS; the rest is the userspace API, device driver API, and a bootstrapping mechanism. Everything else, be it libraries, frameworks, etc., are simply applications or parts of applications on top of the OS. Many layfolk are confused because MS-Windows, the class of operating systems they are most directly familiar with, have confused the issue by bundling them tightly together and creating a poor abstraction layer between them. The result is a blurring of the differences between an Operating System, and a Computing Platform (the latter including the base set of libraries, frameworks, and core applications). A particular version of Ubuntu, for example is a Computing Platform, consisting of some version of Linux as the OS, a set of device drivers, and a set of libraries, frameworks, and applications. In the case of Linux, where such platforms are created by a large number of different providers, it is also known as a (Linux) Distribution.

Look through any Operating Systems textbook or take a college-level course in Operating Systems (where either is part of a curriculum for a Computer Science degree) and you will get a much better feel for where the boundaries of Operating System truly lie.

Reply Parent Bookmark Score: 1