File tree 1 file changed +3
-3
lines changed
src/doc/rustc/src/platform-support
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.
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
+ Building Rust programs can be done by following the tutorial in our starter application [ hermit-rs-template ] .
60
60
61
- [ rusty-demo ] : https://github.com/hermit-os/rusty-demo
61
+ [ hermit-rs-template ] : https://github.com/hermit-os/hermit-rs-template
62
62
63
63
## Testing
64
64
@@ -67,7 +67,7 @@ These images can be chainloaded by Hermit's [loader] or hypervisor ([Uhyve]).
67
67
QEMU can be used to boot Hermit binaries using the loader on any architecture.
68
68
The targets do not support running the Rust test suite.
69
69
70
- [ loader ] : https://github.com/hermit-os/hermit-rs-template
70
+ [ loader ] : https://github.com/hermit-os/loader
71
71
[ Uhyve ] : https://github.com/hermit-os/uhyve
72
72
73
73
## Cross-compilation toolchains and C code
You can’t perform that action at this time.
0 commit comments