diff options
| author | bors <bors@rust-lang.org> | 2024-05-04 20:46:48 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-05-04 20:46:48 +0000 |
| commit | e82c861d7e5ecd766cb0dab0bf622445dec999dc (patch) | |
| tree | ec1874052c44491c598be8bb8cb231932ccc8e1b /src/doc | |
| parent | d568423a7a4ddb4b49323d96078a22f94df55fbd (diff) | |
| parent | e1867404a81524b64147c6e1bb90bb044fd7b9d3 (diff) | |
| download | rust-e82c861d7e5ecd766cb0dab0bf622445dec999dc.tar.gz rust-e82c861d7e5ecd766cb0dab0bf622445dec999dc.zip | |
Auto merge of #124726 - matthiaskrgr:rollup-m6i3day, r=matthiaskrgr
Rollup of 10 pull requests Successful merges: - #124501 (add support to override lldb binary path for ./x test) - #124573 (add a reference link to the comment of the "cc" and "cmake".) - #124663 (Enable reusing CI Docker cache when running CI images locally) - #124690 (Only consider ambiguous goals when finding best obligation for ambiguities) - #124713 (Update Cargo specific diagnostics in check-cfg) - #124717 (Implement `do_not_recommend` in the new solver) - #124718 (Record impl args in the proof tree) - #124720 (interpret: Drop: always evaluate place) - #124721 (library/std: Fix build for NetBSD targets with 32-bit `c_long`) - #124723 (Use correct Hermit links in The `rustc` Book) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc/src/platform-support/hermit.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/doc/rustc/src/platform-support/hermit.md b/src/doc/rustc/src/platform-support/hermit.md index 146079e36f4..5aa787e53e1 100644 --- a/src/doc/rustc/src/platform-support/hermit.md +++ b/src/doc/rustc/src/platform-support/hermit.md @@ -4,7 +4,7 @@ The [Hermit] unikernel target allows compiling your applications into self-contained, specialized unikernel images that can be run in small virtual machines. -[Hermit]: https://github.com/hermitcore +[Hermit]: https://github.com/hermit-os Target triplets available so far: @@ -56,9 +56,9 @@ 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 [rusty-demo]. +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]. -[rusty-demo]: https://github.com/hermitcore/rusty-demo +[hermit-rs-template]: https://github.com/hermit-os/hermit-rs-template ## Testing @@ -67,8 +67,8 @@ These images can be chainloaded by Hermit's [loader] or hypervisor ([Uhyve]). QEMU can be used to boot Hermit binaries using the loader on any architecture. The targets do not support running the Rust test suite. -[loader]: https://github.com/hermitcore/rusty-loader -[Uhyve]: https://github.com/hermitcore/uhyve +[loader]: https://github.com/hermit-os/loader +[Uhyve]: https://github.com/hermit-os/uhyve ## Cross-compilation toolchains and C code |
