Skip to content

Commit 509ee13

Browse files
authored
Merge pull request #766 from n0toose/readme-hermit-c
docs(readme): link to hermit-c, generalize docs
2 parents 9a0f22e + aaf33a7 commit 509ee13

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ A Rust-based, lightweight unikernel.
1010
Unikernel means, you bundle your application directly with the kernel library, so that it can run without any installed operating system.
1111
This reduces overhead, therefore, interesting applications include virtual machines and high-performance computing.
1212

13-
The kernel is able to run [Rust](https://github.com/hermit-os/hermit-rs) applications, as well as [C/C++/Go/Fortran](https://github.com/hermit-os/hermit-playground) applications.
13+
The kernel is able to run applications authored in [Rust](https://github.com/hermit-os/hermit-rs), [C](https://github.com/hermit-os/hermit-c), among others.
14+
15+
---
1416

1517
The repository contains following directories and submodules:
1618

0 commit comments

Comments
 (0)