You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,9 @@ A Rust-based, lightweight unikernel.
10
10
Unikernel means, you bundle your application directly with the kernel library, so that it can run without any installed operating system.
11
11
This reduces overhead, therefore, interesting applications include virtual machines and high-performance computing.
12
12
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
+
---
14
16
15
17
The repository contains following directories and submodules:
0 commit comments