pull/54/head
Andre Richter 4 years ago
parent 1cba21bda1
commit 890442e8f1
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -10,7 +10,7 @@ In the exact order as listed:
4. In new terminal, `make openocd` and keep terminal open.
5. In new terminal, `make gdb` or make `make gdb-opt0`.
<img src="../doc/09_demo.gif" widht="880">
<img src="../doc/09_demo.gif" width="880">
## Table of Contents

@ -209,7 +209,7 @@ The following block diagram visualizes the underlying translation for the second
### Address translation using a 64 KiB page descriptor
<img src="../doc/11_page_tables_64KiB.png" widht="880">
<img src="../doc/11_page_tables_64KiB.png" width="880">
## Zero-cost abstraction

@ -7,7 +7,7 @@
- It is also possible to have test automation for the kernel's `console` (provided over `UART` in
our case): Sending strings/characters to the console and expecting specific answers in return.
<img src="../doc/13_demo.gif" widht="880">
<img src="../doc/13_demo.gif" width="880">
## Table of Contents

@ -52,7 +52,7 @@ P.S.: In the future, Chinese :cn: versions of the tutorials will be maintained a
### Output of `make doc`
<img src="doc/make_doc.png" widht="880">
<img src="doc/make_doc.png" width="880">
[Visual Studio Code]: https://code.visualstudio.com
[Rust Analyzer]: https://rust-analyzer.github.io

Loading…
Cancel
Save