Commit 6f31de3
committed
Auto merge of #3348 - mkroening:rm-unix-hermit, r=JohnTitor
Hermit updates
This PR does three things related to the Hermit target:
1. Close #3318.
Non-unix Hermit has been supported since #1292 and unix Hermit does not exist anymore.
2. Update Hermit docs.
[HermitCore/RustyHermit has been renamed to just Hermit.](https://rust-osdev.com/this-month/2023-08/#hermit-os-kernel)
I took the chance to simplify the Hermit module's docs.
3. Add the `riscv64gc-unknown-hermit` target to docs and CI (rust-lang/rust#114004).File tree
7 files changed
+3
-1039
lines changed- ci
- src
- hermit
- unix
- hermit
7 files changed
+3
-1039
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
87 | 88 | | |
88 | 89 | | |
89 | 90 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
| 256 | + | |
256 | 257 | | |
257 | 258 | | |
258 | 259 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
| 1 | + | |
5 | 2 | | |
6 | 3 | | |
7 | 4 | | |
| |||
This file was deleted.
0 commit comments