vesper/nucleus/src/arch/aarch64/memory
Berkus Decker 6281204062 Split addr module 2021-01-27 19:55:52 +02:00
..
addr Split addr module 2021-01-27 19:55:52 +02:00
README.md Add more information to READMEs 2020-10-21 05:52:08 +03:00
mmu.rs Change mmu detail printer formatting 2020-11-14 17:33:43 +02:00
mod.rs Add mm module and move memory alignment functions there 2020-10-20 05:40:26 +03:00

README.md

Memory Configuration

The types VirtAddr and PhysAddr are representing the addresses before and after the mapping in the MMU.

Page table types must represent pages of differing sizes. For every entry in the MMU page table we should be able to receive a proper page type - e.g. Invalid, further page table, or a specific-size page.


For more information please re-read.