tutorials++ to account for JTAG tutorial

pull/19/head
Andre Richter 5 years ago committed by Andre Richter
parent 28cf26a28a
commit dba7d87ef8

@ -1,4 +1,4 @@
# Tutorial 0B - Exception Levels
# Tutorial 0C - Exception Levels
In `AArch64`, there are four so-called exception levels:

@ -1,4 +1,4 @@
# Tutorial 0C - Virtual Memory
# Tutorial 0D - Virtual Memory
Virtual memory is an immensely complex, but exciting topic. In this first
lesson, we start slow and switch on the MMU and use static page tables. We will

@ -1,4 +1,4 @@
# Tutorial 0D - Cache Performance
# Tutorial 0E - Cache Performance
Now that we finally have virtual memory capabilities available, we also have
fine grained control over `cacheability`. You've caught a glimpse already in the

@ -1,4 +1,4 @@
# Tutorial 0E - Global `println!`
# Tutorial 0F - Global `println!`
Coming soon!

@ -1,4 +1,4 @@
# Tutorial 0F - DMA Memory
# Tutorial 10 - DMA Memory
Coming soon!

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save