L4: Difference between revisions

From OSDev.wiki
Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content added Content deleted
(New page: L4 is a family of second-generation microkernels based on the original designs and implementations by German computer scientist Jochen Liedtke. Originally implemented as highly tuned Intel...)
 
No edit summary
Line 1: Line 1:
L4 is a family of second-generation microkernels based on the original designs and implementations by German computer scientist Jochen Liedtke. Originally implemented as highly tuned Intel i386-specific assembly language code, the API has seen extensive development in a number of directions, both in achieving a higher grade of platform independence and also in improving security, isolation, and robustness.
L4 is a family of second-generation microkernels based on the original designs and implementations by German computer scientist Jochen Liedtke. Originally implemented as highly tuned Intel i386-specific assembly language code, the API has seen extensive development in a number of directions, both in achieving a higher grade of platform independence and also in improving security, isolation, and robustness.


== L4/x86 ==
== Source Code and Reference Manual ==
The L4/x86 was the original design developed by Jochen Liedtke at GMD, IBM Watson Research Center, and Universität Karlsruhe.


Assembler Source Code: http://www.acm.uiuc.edu/white_papers/incoming/GMD/L4/
The L4/x86 source code written in assembler and the reference manual can be found here:
Reference Manuals: http://os.inf.tu-dresden.de/L4/l4doc.html
http://www.acm.uiuc.edu/white_papers/incoming/GMD/L4/

Revision as of 08:34, 5 March 2010

L4 is a family of second-generation microkernels based on the original designs and implementations by German computer scientist Jochen Liedtke. Originally implemented as highly tuned Intel i386-specific assembly language code, the API has seen extensive development in a number of directions, both in achieving a higher grade of platform independence and also in improving security, isolation, and robustness.

L4/x86

The L4/x86 was the original design developed by Jochen Liedtke at GMD, IBM Watson Research Center, and Universität Karlsruhe.

Assembler Source Code: http://www.acm.uiuc.edu/white_papers/incoming/GMD/L4/ Reference Manuals: http://os.inf.tu-dresden.de/L4/l4doc.html