From a371da12da8f2f462720326b7e4b1dd07054a32c Mon Sep 17 00:00:00 2001 From: Holmes He Date: Wed, 6 Jun 2018 18:18:23 +1200 Subject: [PATCH] replace the paywall link with the actual content --- unikernels/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/unikernels/README.md b/unikernels/README.md index 77d5c37..147b99c 100644 --- a/unikernels/README.md +++ b/unikernels/README.md @@ -1,7 +1,7 @@ ## 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/) +* [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)