aboutsummaryrefslogtreecommitdiff
path: root/src/defs.rs
Commit message (Collapse)AuthorAge
* mm: add stack based PMATianhao Wang2024-06-11
| | | | | | | use 8MiB reserved array to manage up to 4GiB of physical memory (4K Pages only) Signed-off-by: Tianhao Wang <shrik3@mailbox.org>
* define memory layout (if there was a layout)Tianhao Wang2024-06-11
|
* MM: add modules for memory managementTianhao Wang2024-06-11