From 00fa214fb231e0bb9e82cd39eccc2f231154c350 Mon Sep 17 00:00:00 2001 From: The Gitter Badger Date: Sun, 2 Apr 2017 19:14:38 +0000 Subject: [PATCH] Add Gitter badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d52a25ce0..06a5f08e0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # HermitCore - A lightweight unikernel for a scalable and predictable runtime behavior +[![Join the chat at https://gitter.im/RWTH-OS/HermitCore](https://badges.gitter.im/RWTH-OS/HermitCore.svg)](https://gitter.im/RWTH-OS/HermitCore?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) + The project [HermitCore](http://www.hermitcore.org) is new [unikernel](http://unikernel.org) targeting at a scalable and predictable runtime for high-performance and cloud 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. On the startup of HermitCore applications, cores are isolated from the Linux system enabling the bare-metal of the applications on these cores.