You can edit almost every page by Creating an account. Otherwise, see the FAQ.

LSE/OS

From EverybodyWiki Bios & Wiki


The LSE/OS kernel was a research kernel designed by French research laboratory 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.[citation needed]

See also[edit]

External links[edit]



This article "LSE/OS" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:LSE/OS. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.