Penguin
Annotated edit history of MicroKernel version 1, including all changes. View license author blame.
Rev Author # Line
1 PerryLorier 1 Microkernel: provides minimal services.
2
3 # IPC;
4 # some memory management;
5 # some low-level process management and scheduling;
6 # low-level i/o
7
8 Things such as FileSystems etc are all implemented in UserSpace. Compare this with a MonolithicKernel.