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
Copy file name to clipboardExpand all lines: book/src/introduction.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ The exports of this project covered in this tutorial are:
17
17
- A runtime for [seL4 Microkit](https://github.com/seL4/microkit) protection domains
18
18
- Custom rustc [target specifications](https://docs.rust-embedded.org/embedonomicon/custom-target.html) for seL4 userspace
19
19
20
-
[Part I](#the-root-task) covers the Rust bindings for the seL4 API and the runtime for root tasks.
20
+
[Part I](root-task/) covers the Rust bindings for the seL4 API and the runtime for root tasks.
21
21
Familiarity with the seL4 API isn't necessarily assumed or required, but this text doesn't introduce its elements in as much detail as the {{#manual_link [seL4 Manual]}}.
22
22
23
-
[Part II](#sel4-microkit) is much shorter, and covers the Rust language runtime for seL4 Microkit protection domains and implementation of the Microkit API.
23
+
[Part II](microkit/) is much shorter, and covers the Rust language runtime for seL4 Microkit protection domains and implementation of the Microkit API.
24
24
This part does assume that the reader is familiar with the basics of the Microkit framework and API, or is using a companion resource to learn about the Microkit in parallel.
0 commit comments