diff --git a/09_hw_debug_JTAG/README.md b/09_hw_debug_JTAG/README.md index c25724f9..411e5827 100644 --- a/09_hw_debug_JTAG/README.md +++ b/09_hw_debug_JTAG/README.md @@ -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`. - + ## Table of Contents diff --git a/11_virtual_memory/README.md b/11_virtual_memory/README.md index f3d79659..90c6c85b 100644 --- a/11_virtual_memory/README.md +++ b/11_virtual_memory/README.md @@ -209,7 +209,7 @@ The following block diagram visualizes the underlying translation for the second ### Address translation using a 64 KiB page descriptor - + ## Zero-cost abstraction diff --git a/13_integrated_testing/README.md b/13_integrated_testing/README.md index d630eea5..66f0c67b 100644 --- a/13_integrated_testing/README.md +++ b/13_integrated_testing/README.md @@ -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. - + ## Table of Contents diff --git a/README.md b/README.md index e8930d2f..248d7d07 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ P.S.: In the future, Chinese :cn: versions of the tutorials will be maintained a ### Output of `make doc` - + [Visual Studio Code]: https://code.visualstudio.com [Rust Analyzer]: https://rust-analyzer.github.io