- Adrenaline - Created to build a very fast, reliable operating system core. Small, student-developed OS, based on MIT Exokernel. Goals: speed, reliability. In early development. A GUI will be added later. [Open Source, GPL]
adrenalineos.dyndns.org
- Exokernel: An Operating System Architecture for Application-Level Resource Management - Summary of paper mentioning overview and design issues.
http.cs.berkeley.edu/~gribble/osprelims/summaries/exokernel.html
- Exokernel: An Operating System Architecture for Application-Level Resource Management - Traditional OSs limit application performance, flexibility, functionality by fixing interfaces and implementations of OS abstractions such as interprocess communication and virtual memory. Exokernel address this via application-level management of physical resources. [ResearchIndex]
citeseer.nj.nec.com/engler95exokernel.html
- Miranda - Planed features: Exokernel architecture, object-oriented, POSIX compliant, intuitive GUI, and best technologies: journaled main filesystems, LibOS modular library. Development documentation. [Open Source, LGPL]
miranda-os.sourceforge.net
- Miranda: SourceForge - Downloads, announcements, forum, more. Programming languages: Assembly, C, C++.
sourceforge.net/projects/miranda-os
- miray Software - Makes µnOS: 72k microkernel on 8k nanokernel client/server architecture based on OOP framework, symmetric multithreading, multitasking, priority based scheduling, fully interruptible, separated address spaces, full memory protection, more. Free download.
www.miray.de/home
- MIT Exokernel OS - Puts applications in control, runs 10x or more faster. Exopc and XOK versions run on x86 PCs. ExOS library gives user-level extensible implementation of Unix OS, so most applications compile and run with no change. Download. [Open Source, MIT]
www.pdos.lcs.mit.edu/exo.html
- Unununium Operating Engine - Claimed as radical new approach to OSs: no-kernel, self-modifying cells (like objects); single address space, useful where memory and CPU power is low, and maybe for AI. Written in self-modifying, modular assembly language. [Open Source, BSD]
uuu.sourceforge.net
|