Add 4 KiB page table image for virtual memory lesson

pull/15/head
Andre Richter 5 years ago
parent 7a341de935
commit e4438e4220
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -27,6 +27,13 @@ Hopefully, in a later tutorial, we will write or use (e.g. from the `cortex-a`
crate) proper modules for page table handling, that, among others, cover topics crate) proper modules for page table handling, that, among others, cover topics
such as using recursive mapping for maintenace. such as using recursive mapping for maintenace.
## Adress translation with the 4 KiB LVL3 table
The following block diagram shows address translation by example of the UART's
Control Register (CR).
![4 KiB translation block diagram](../doc/page_tables_4KiB.png)
## Zero-cost abstraction ## Zero-cost abstraction
The MMU init code is a good example to see the great potential of Rust's The MMU init code is a good example to see the great potential of Rust's

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 95 KiB

Loading…
Cancel
Save