LSE/OS

The LSE/OS kernel was a research kernel designed by a French research laboratory named Epita System Laboratory. The project is now open source.

The main goal of the kernel was to never crash prompting the original designers to implement it as a modular nanokernel instead of the traditional monolithic kernel of "traditional" operating systems. This choice was good because it allowed the drivers and services code to be moved out of the kernel (to user space). These services would then become unprivileged processes so that any error that occurs e.g. in a driver won't crash the system. In a monolithic kernel this is impossible.

See also

External links


This article is issued from Wikipedia - version of the 1/29/2013. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.