Introduction - If you have any usage issues, please Google them yourself
By Andrew Baumann,Simon Peter,Timothy Roscoe,Adrian Schüpbach, and Akhilesh Singhania, Systems Group ETH Zurich
By Paul Barham,Tim Harris, and Rebecca Isaacs, Microsoft Research
By Pierre-Evariste Dagand, ENS Cachan Bretagne
2009
Investigates a new OS structure, the multikernel, that treats the machine as a network of independent cores, assumes no inter-core sharing at the lowest level, and moves traditional OS functionality to
a distributed system of processes that communicate via message-passing.
Dicusses the implementation of a multikernel OS to show that the approach is promising, and describes how traditional scalability problems for operating systems (such as memory management) can be effectively recast using
messages and can exploit insights from distributed systems and networking.