In this thesis we develop a modern micro-kernel for the original ZX Spectrum 48K from 1982. It's key features are: memory management, preemptive multitasking, IPC (events, interrupt management) and server management. System calls are implemented as just another server. User mode programs can register their own servers.
|