Skip to content

Commit aaf33a7

Browse files
committed
docs(readme): link to hermit-c, generalize docs
See: - hermit-os/kernel#1831 - hermit-os/uhyve#1030
1 parent b7f63bf commit aaf33a7

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)