about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbarrett <66580279+onkoe@users.noreply.github.com>2024-05-04 14:53:08 -0500
committerGitHub <noreply@github.com>2024-05-04 14:53:08 -0500
commit3abefa17fbd05cdb8868c9256b3374f34fae4ab4 (patch)
tree6c9ec480d66b2ed5d776024115b5df46bb49b61d
parentda961a8b928e96d719117c9409fd6099efc06cff (diff)
downloadrust-3abefa17fbd05cdb8868c9256b3374f34fae4ab4.tar.gz
rust-3abefa17fbd05cdb8868c9256b3374f34fae4ab4.zip
docs(hermit): Explain Hermit's template link
Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
-rw-r--r--src/doc/rustc/src/platform-support/hermit.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/platform-support/hermit.md b/src/doc/rustc/src/platform-support/hermit.md
index 9aada469acc..5aa787e53e1 100644
--- a/src/doc/rustc/src/platform-support/hermit.md
+++ b/src/doc/rustc/src/platform-support/hermit.md
@@ -56,7 +56,7 @@ Rust does not yet ship pre-compiled artifacts for these targets.
 To compile for these targets, you will either need to build Rust with the targets enabled
 (see “Building the targets” above), or build your own copy of `core` by using `build-std` or similar.
 
-Building Rust programs can be done by following the tutorial in our starter application [hermit-rs-template].
+As all Hermit programs are unikernels, building a Rust program also requires including the operating system code. A guide for doing so is provided in our starter [hermit-rs-template].
 
 [hermit-rs-template]: https://github.com/hermit-os/hermit-rs-template