File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ The source code of the books is not in this repository; each book has its own
8
8
repository which you can find listed below:
9
9
10
10
- [ The Discovery book] ( https://github.com/rust-embedded/discovery )
11
- - [ The embedded Rust book] ( https://github.com/rust-embedded/book )
12
- - [ The embedonomicon ] ( https://github.com/rust-embedded/embedonomicon )
11
+ - [ The Embedded Rust book] ( https://github.com/rust-embedded/book )
12
+ - [ The Embedonomicon ] ( https://github.com/rust-embedded/embedonomicon )
13
13
14
14
# ` further resources `
15
15
@@ -20,6 +20,7 @@ Here're some additional resources maintained by the [Resources team][team] which
20
20
- [ The Embedded Rust Showcase] ( https://rust-embedded.github.io/showcase/ )
21
21
- [ The Awesome Embedded Rust list] ( https://github.com/rust-embedded/awesome-embedded-rust )
22
22
- [ The not-yet-awesome-embedded-rust (or NYAER) list] ( https://github.com/rust-embedded/not-yet-awesome-embedded-rust )
23
+ - [ Operating System development tutorials in Rust on the Raspberry Pi] ( https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials )
23
24
24
25
## License
25
26
Original file line number Diff line number Diff line change @@ -42,6 +42,19 @@ correct embedded software.
42
42
43
43
[ book ] : book/index.html
44
44
45
+ ## Operating System development tutorials in Rust on the Raspberry Pi
46
+
47
+ [ Operating System development tutorials in Rust on the Raspberry Pi] is a
48
+ tutorial series for hobby OS developers who are new to ARM's 64 bit ARMv8-A
49
+ architecture. The tutorials will give a guided, step-by-step tour of how to
50
+ write a monolithic Operating System kernel for an embedded system from
51
+ scratch. They cover implementation of common Operating Systems tasks, like
52
+ writing to the serial console, setting up virtual memory and handling hardware
53
+ exceptions. All while leveraging Rust's unique features to provide for safety
54
+ and speed.
55
+
56
+ [ Operating System development tutorials in Rust on the Raspberry Pi ] : https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials
57
+
45
58
## Frequently Asked Questions
46
59
47
60
You can find our list of FAQ [ here] ( faq.html ) .
You can’t perform that action at this time.
0 commit comments