From 8b5f3bdb71a114953bb1585c5508fa52150de097 Mon Sep 17 00:00:00 2001 From: Holmes He Date: Wed, 6 Jun 2018 18:19:36 +1200 Subject: [PATCH] remove the extra new line --- unikernels/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/unikernels/README.md b/unikernels/README.md index 147b99c..6aac656 100644 --- a/unikernels/README.md +++ b/unikernels/README.md @@ -2,8 +2,7 @@ * [Unikernels: Library Operating Systems for the Cloud](http://anil.recoil.org/papers/2013-asplos-mirage.pdf) * [IncludeOS: A minimal, resource efficient unikernel for cloud services](http://folk.uio.no/paalee/publications/2015-cloudcom.pdf) -* [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) +* [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)