We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 435e60c commit 5576774Copy full SHA for 5576774
README.md
@@ -3,6 +3,9 @@
3
`hermit-no-std` is a demo to boot a Hermit application without the _Rust Standard Library_.
4
The interface to the kernel is not (yet) stable and can change between kernel versions.
5
6
+Instead of using the crate [hermit-kernel](https://crates.io/crates/hermit-kernel), it is also possible to integrate the kernel as git submodule.
7
+The branch `dev` is an example for this use case.
8
+
9
## Requirements
10
11
* [`rustup`](https://www.rust-lang.org/tools/install)
0 commit comments