  |
The Open Group: Advanced Research - http://www.osf.org/RI/
Page listing several research projects: microkernel OSs (MK7, MK++, AD3) and other modules (CONVERSANT, CORDS, GIPC, SHAWS). |
  |
Microkernel - http://en.wikipedia.org/wiki/Microkernel
Growing article, with links to many related topics. Wikipedia. |
  |
http://en.wikipedia.org/wiki/K42 - http://en.wikipedia.org/wiki/K42
Growing article, with links to many related topics. Wikipedia. |
  |
http://bugos.nop.hu/ - http://bugos.nop.hu/
New microkernel operating system for x86 computers, many features: network and Internet modules, file system (FAT); kernel handles memory, tasks, micro kernels, and some base devices: keyboard, video, hdd, and ramdrive. |
  |
http://www.tik.ee.ethz.ch/~topsy/ - http://www.tik.ee.ethz.ch/~topsy/
Teachable Operating System: tiny multithreaded messaging microkernel, in ANSI C; protected threads, memory managed, and thread/process control. From undergraduate course on concurrency, device programming, OS concepts. Descriptions, documents, theses, downloads, contacts, links. [Open Source, GPL] |
  |
http://www.comp.lancs.ac.uk/computing/research/sumo/ - http://www.comp.lancs.ac.uk/computing/research/sumo/
SUpport for Multimedia in Operating systems, Lancaster University: microkernel OS with facilities to support distributed realtime and multimedia applications and ODP-based multimedia distributed application platforms. |
  |
http://www.csh.rit.edu/~shaggy/shagos.html - http://www.csh.rit.edu/~shaggy/shagos.html
Portable object-oriented microkernel OS, dynamically loaded device drivers, fully redesigned and rewritten many times in C++, runs on VAX, x86. Ongoing experiment in using O-O paradigm as framework for full OS, with distributed computing as main aspect in most design decisions. |
  |
Sartoris Microkernel Tutorial - http://sartoris-microkernel.blogspot.com/2006/06/0.html
Explains about making a policy-free microkernel; multipart series. |
 |
http://wwwcs.uni-paderborn.de/fachbereich/AG/heiss/cosy/ - http://wwwcs.uni-paderborn.de/fachbereich/AG/heiss/cosy/
Goal: scalability of highly parallel multicomputer systems. Based on small microkernel that does process management, interprocess communication; all other services are processes out of kernel. Processes and address spaces orthogonal, so Cosy process is like thread in other OSs. Hardware dependencies concentrated in areas of kernel for portability. |
 |
http://domino.research.ibm.com/comm/research_projects.nsf/pages/k42.index.html - http://domino.research.ibm.com/comm/research_projects.nsf/pages/k42.index.html
High performance, general-purpose research OS kernel for cache-coherent multiprocessors, for next generation servers ranging from small-scale (to grow ubiquitous), to very large-scale non-symmetric (growing important in commercial and technical environments. IBM Research. Open source. |