This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/doc/rustc/src/platform-support Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,9 +56,9 @@ Rust does not yet ship pre-compiled artifacts for these targets.
5656To compile for these targets, you will either need to build Rust with the targets enabled
5757(see “Building the targets” above), or build your own copy of ` core ` by using ` build-std ` or similar.
5858
59- Building Rust programs can be done by following the tutorial in our starter application [ rusty-demo ] .
59+ Building Rust programs can be done by following the tutorial in our starter application [ hermit-rs-template ] .
6060
61- [ rusty-demo ] : https://github.com/hermit-os/rusty-demo
61+ [ hermit-rs-template ] : https://github.com/hermit-os/hermit-rs-template
6262
6363## Testing
6464
@@ -67,7 +67,7 @@ These images can be chainloaded by Hermit's [loader] or hypervisor ([Uhyve]).
6767QEMU can be used to boot Hermit binaries using the loader on any architecture.
6868The targets do not support running the Rust test suite.
6969
70- [ loader ] : https://github.com/hermit-os/hermit-rs-template
70+ [ loader ] : https://github.com/hermit-os/loader
7171[ Uhyve ] : https://github.com/hermit-os/uhyve
7272
7373## Cross-compilation toolchains and C code
You can’t perform that action at this time.
0 commit comments