From 36e677dfedca29c31f8fd973f85010c717485b3d Mon Sep 17 00:00:00 2001 From: Holmes He Date: Tue, 5 Jun 2018 23:37:28 +1200 Subject: [PATCH] add unikernels --- unikernels/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 unikernels/README.md diff --git a/unikernels/README.md b/unikernels/README.md new file mode 100644 index 0000000..77d5c37 --- /dev/null +++ b/unikernels/README.md @@ -0,0 +1,10 @@ +## Unikernels (LibOS) + +* [Unikernels: Library Operating Systems for the Cloud](https://dl.acm.org/citation.cfm?id=2451167) +* [IncludeOS: A minimal, resource efficient unikernel for cloud services](https://ieeexplore.ieee.org/document/7396164/) +* [The rump kernel: A tool for driver development and a toolkit for +applications](https://www.netbsd.org/gallery/presentations/justin/2015_AsiaBSDCon/justincormack-abc2015.pdf) + +### High Availability Through Unikernel +* [Tardigrade: Leveraging Lightweight Virtual Machines to Easily and Efficiently Construct Fault-Tolerant Services](https://www.usenix.org/node/189029) +