[Resource Topic] 2016/550: Antikernel: A Decentralized Secure Hardware-Software Operating System Architecture

Welcome to the resource topic for 2016/550

Title:
Antikernel: A Decentralized Secure Hardware-Software Operating System Architecture

Authors: Andrew D. Zonenberg, Bulent Yener

Abstract:

The ``kernel" model has been part of operating system architecture for decades, but upon closer inspection it clearly violates the principle of least required privilege. The kernel is a single entity which provides many services (memory management, interfacing to drivers, context switching, IPC) which have no real relation to each other, and has the ability to observe or tamper with all state of the system. This work presents Antikernel, a novel operating system architecture consisting of both hardware and software components and designed to be fundamentally more secure than the state of the art. To make formal verification easier, and improve parallelism, the Antikernel system is highly modular and consists of many independent hardware state machines (one or more of which may be a general-purpose CPU running application or systems software) connected by a packet-switched network-on-chip (NoC). We create and verify an FPGA-based prototype of the system.

ePrint: https://eprint.iacr.org/2016/550

Talk: https://www.youtube.com/watch?v=hxvzmZcNXl4

See all topics related to this paper.

Feel free to post resources that are related to this paper below.

Example resources include: implementations, explanation materials, talks, slides, links to previous discussions on other websites.

For more information, see the rules for Resource Topics .