Inproceedings,

The Multikernel: A New OS Architecture for Scalable Multicore Systems

, , , , , , , , and .
SOSP '09: Proceedings of the ACM SIGOPS 22nd symposium on Operating systems principles, page 29--44. New York, NY, USA, ACM, (2009)
DOI: 10.1145/1629575.1629579

Abstract

Commodity computer systems contain more and more processor cores and exhibit increasingly diverse architectural tradeoffs, including memory hierarchies, interconnects, instruction sets and variants, and IO configurations. Previous high-performance computing systems have scaled in specific cases, but the dynamic nature of modern client and server workloads, coupled with the impossibility of statically optimizing an OS for all workloads and hardware variants pose serious challenges for operating system structures. We argue that the challenge of future multicore hardware is best met by embracing the networked nature of the machine, rethinking OS architecture using ideas from distributed systems. We investigate 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.

Tags

Users

  • @gron

Comments and Reviews