Linked by Thom Holwerda on Fri 13th Nov 2009 17:01 UTC
Thread beginning with comment 394993
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
Again, look at the Syllabus of an Operating Systems course (geared toward a CS major), or a textbook on Operating Systems.
Here are links to three of the most commonly used textbooks (these links allow viewing the Table of Contents):
http://www.amazon.com/Operating-System-Concepts-Abraham-Silberschat...
http://www.amazon.com/Operating-Systems-Internals-Design-Principles...
http://www.amazon.com/Modern-Operating-Systems-Andrew-Tanenbaum/dp/...
None of them include discussions of windowing, shells, and any and all other libraries, frameworks, and applications that are often provided by vendors to increase the utility of an operating system. These are not part of the Operating System itself, however.




Member since:
2005-07-22
But you are confusing the kernel with the whole set. You assume the kernel only is all that's needed to launch applications, manage windows, etc. The kernel doesn't do that. ChromeOS IS an operating system. Like Debian, like Red Hat, like Ubuntu, etc. It doesn't matter what kernel it uses or what user-space applications and services, desktop environment or window manager it provides. And by shell I meant any user interface, text or GUI, that allows a user to communicate with the device or whatever thing the kernel manages.