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
Rollup merge of rust-lang#124723 - onkoe:issue-124722-fix, r=workingjubilee
Use correct Hermit links in The `rustc` Book
As is, this documentation links to the old Hermit organization, `hermitcore`, which isn't used anymore.
I've updated the links to point to the new organization. This PR also changes the incorrect "rusty loader" link to point to the new `hermit-rs-template` repo.
(fixesrust-lang#124722)
Copy file name to clipboardExpand all lines: src/doc/rustc/src/platform-support/hermit.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
The [Hermit] unikernel target allows compiling your applications into self-contained, specialized unikernel images that can be run in small virtual machines.
6
6
7
-
[Hermit]: https://github.com/hermitcore
7
+
[Hermit]: https://github.com/hermit-os
8
8
9
9
Target triplets available so far:
10
10
@@ -56,9 +56,9 @@ Rust does not yet ship pre-compiled artifacts for these targets.
56
56
To compile for these targets, you will either need to build Rust with the targets enabled
57
57
(see “Building the targets” above), or build your own copy of `core` by using `build-std` or similar.
58
58
59
-
Building Rust programs can be done by following the tutorial in our starter application [rusty-demo].
59
+
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].
0 commit comments