A small micro operating system kernel written in C (and partly assembly).
Planned features are: software based preemptive multitasking/threading, paging, kernel API, IPC, client/server, security system.
The code is designed to be clearly understandable.