Monolithic versus Microkernel: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Joshua David Williams
m (→‎External Links: fixed link)
imported>Subpagination Bot
m (Add {{subpages}} and remove any categories (details))
Line 1: Line 1:
{{subpages}}
In computers, the core of an operating system is called a [[kernel]]. There are two types of kernels: monolithic, in which the kernel is one, massive program, and microkernel, which takes the approach of running a very small kernel that interacts with lots of other small programs. In the case of a microkernel, the kernel acts as more of a central unit that keeps the other programs interacting with each other correctly.
In computers, the core of an operating system is called a [[kernel]]. There are two types of kernels: monolithic, in which the kernel is one, massive program, and microkernel, which takes the approach of running a very small kernel that interacts with lots of other small programs. In the case of a microkernel, the kernel acts as more of a central unit that keeps the other programs interacting with each other correctly.


Line 5: Line 7:
==External links==
==External links==
[http://groups.google.com/group/comp.os.minix/browse_thread/thread/c25870d7a41696d2/f447530d082cd95d?tvc=2 'LINUX is obsolete'; The Tanenbaum-Torvalds Debate]
[http://groups.google.com/group/comp.os.minix/browse_thread/thread/c25870d7a41696d2/f447530d082cd95d?tvc=2 'LINUX is obsolete'; The Tanenbaum-Torvalds Debate]
[[Category:CZ Live]]
[[Category:Computers Workgroup]]

Revision as of 22:30, 10 November 2007

This article is a stub and thus not approved.
Main Article
Discussion
Related Articles  [?]
Bibliography  [?]
External Links  [?]
Citable Version  [?]
 
This editable Main Article is under development and subject to a disclaimer.

In computers, the core of an operating system is called a kernel. There are two types of kernels: monolithic, in which the kernel is one, massive program, and microkernel, which takes the approach of running a very small kernel that interacts with lots of other small programs. In the case of a microkernel, the kernel acts as more of a central unit that keeps the other programs interacting with each other correctly.

Many debates have arisen throughout the years over which is the superior architecture, most notably that between Linus Torvalds, the creator of Linux, and Andrew Tanenbaum, the creator of Minix.

External links

'LINUX is obsolete'; The Tanenbaum-Torvalds Debate