From f54ae2259489d5c2c596ebc63b03e1bce0f97ce1 Mon Sep 17 00:00:00 2001 From: Jens Breitbart Date: Sun, 11 Sep 2016 10:59:19 +0200 Subject: [PATCH] Fixed McKernel link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b31d6ff62..0beb0a10d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # HermitCore - A lightweight unikernel for a scalable and predictable runtime behavior The project [HermitCore](http://www.hermitcore.org) is new [unikernel](http://unikernel.org) targeting at high-performance computing. -HermitCore extends the multi-kernel approach (like [McKernel](http://www-sys-aics.riken.jp/ResearchTopics/os/mckernel.html])) with unikernel features for a better programmability and scalability for hierarchical systems. +HermitCore extends the multi-kernel approach (like [McKernel](http://www-sys-aics.riken.jp/ResearchTopics/os/mckernel.html)) with unikernel features for a better programmability and scalability for hierarchical systems. On the startup of HermitCore applications, cores are isolated from the Linux system enabling the bare-metal of the applications on these cores. This approach achieves lower OS jitter and a better scalability compared to full-weight kernels. Inter-kernel communication between HermitCore applications and the Linux system is realized by means of an IP interface.