Quote:
Originally Posted by Martian
People who refer to 'Linux' as some monolithic entity are generally people who are unfamiliar with what Linux is and how it works.
A kernel is not an operating system. An operating system is built on a kernel, but it's no more accurate to say that the kernel is the OS than it is to say that the motor is your car.
There are operating systems built on Linux running everything from home PC's to servers to routers to toasters. From the way Google Labs is describing it, Chrome OS sounds like a stripped down operating system intended to run the PC as a net appliance -- it'll let you browse and check email, include Flash and Java support out of the box and likely not do much else. By stripping down the feature set they can reduce the overhead required, and also eliminate a lot of potential bugs. It's a good product for people who just need to be able to get online, but will not (judging again by what I'm reading here) compete with things like Ubuntu or Red Hat. That it's built on the Linux kernel does not really have any bearing on the discussion, since it's not working in the same market space as a full featured Linux distribution.
On the tangent, for those who use Linux there are significant differences between the distros. I have my own preferences based on what each distro does better and what quirks they have. From the outside looking in I'll admit the differences may seem small, but that doesn't mean it's accurate to lump them all together.
|
I am sorry but you are wrong. I have 5 years in college, a BS in computer science, and 5 years working on my PHD in computer science, and 15 years of linux experience to back me up. I have written my own OS for a graduate OS class. In all of my OS classes we never once talked about the applications that are provided (browser, music/video applications, file searching, the guit, etc). Instead we always talked about things like memory management (virtual memory), process management and scheduling, file system managment, etc. The kernel is the core of the operating system. It is what sits between the application layer and the hardware layer.
Operating system - Wikipedia, the free encyclopedia. The kernel makes up a majority of the OS and thus the reason that Linux is a generic term to describe many operating systems.
The linux kernel alone is not a complete OS. But that is not what i'm claiming. I'm claiming that this OS is going to be built upon the linux kernel which is a majority of the OS and thus is an extension of linux.