aboutsummaryrefslogtreecommitdiff
path: root/src/mm
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>
* formatting codeTianhao Wang2024-06-11
|
* chore lintingTianhao Wang2024-06-11
|
* paging: add basic bitmap frame allocatorTianhao Wang2024-06-11
|
* add mm and ds modules (yet empty)Tianhao Wang2024-06-11
|
* MM: add modules for memory managementTianhao Wang2024-06-11