- Mach - http://www.cs.cmu.edu/afs/cs.cmu.edu/project/mach/public/www/mach.html
Famous pioneering microkernel research OS, from Carnegie Mellon University: CMU. It lead to many well known OSs: NeXT, Flux (part of the Flux-Fluke-Flask progression, though Fluke is new code, and which is viewed by many as the follow-on to Mach), GNU Hurd.
- MK++ - http://www.opengroup.org/RI/technologies/mk-dbleplus/
Mach compatible microkernel; gives one code base able to support high assurance, scalability, realtime, distribution, SMP, fault handling, performance; all built in an object-oriented B3 evaluable fashion.
- MkLinux - http://www.mklinux.org/
An Open Source operating system which consists of an implementation of the Linux operating system hosted on the Mach microkernel.
- Maruti - http://www.cs.umd.edu/projects/maruti/
Goal: create an environment for developing and deploying critical applications with hard real-time constraints in a reactive environment. Such applications must be able to execute on a platform of distributed and heterogeneous resources, and operate continuously in the presence of faults.
- Real-Time Mach - http://www.cs.cmu.edu/afs/cs/project/art-6/www/
By Real-Time and Multimedia Laboratory, Department of Computer Science, Carnegie Mellon University. RT-Mach is a resource kernel, a kernel provides resource-centric services, which can then be used to satisfy end-to-end QoS needs.
- Real-Time Mach NTT - http://info.isl.ntt.co.jp/rtmach/
Another version of Real-Time Mach, by NTT Laboratories. Contains RT-Mach kernel, FreeBSD 2.2.8 server, real-time shell, RT-Java, Hurd loader. Site has fine 'Getting Started' section: readme, release notes, installation, hardware, compatibility, troubles Q&A, contacts.
|