mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
add link to McKernel
This commit is contained in:
parent
1ba39b071b
commit
91025ed117
1 changed files with 1 additions and 1 deletions
|
@ -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 high-performance computing.
|
||||
HermitCore extends on the multi-kernel approach (like *McKernel*) with unikernel features to provide better programmability and scalability for hierarchical systems.
|
||||
HermitCore extends on the multi-kernel approach (like [McKernel](http://www-sys-aics.riken.jp/ResearchTopics/os/mckernel.html])) with unikernel features to provide better programmability and scalability for hierarchical systems.
|
||||
By starting HermitCore applications, cores will be split off from the Linux system and the applications run bare-metal on these cores.
|
||||
This approach achieves a lower OS jitter and a better scalability.
|
||||
HermitCore applications and the Linux system can communicate via an IP interface (e.g. inter-kernel communication).
|
||||
|
|
Loading…
Add table
Reference in a new issue