|
af267772f0
|
Rename MemoryManager::map to map_frames_at
To make it clearer that this API is only intented for mapping contiguous frames of physical memory (for MMIO perhaps?)
|
2022-11-19 22:32:48 +01:00 |
|
|
1b41a3e9cf
|
Introduce a few helpers to allocate/map/unmap several pages, which wrap around the MMU functionality
|
2022-11-19 22:28:45 +01:00 |
|
|
d96cb73995
|
Rename physical "pages" to "frames"
AFAIK, this is the proper naming scheme. "Pages" are virtual, and "frames" physical.
|
2022-11-19 22:27:08 +01:00 |
|
|
047f445651
|
Kernel: Add helpers to validate memory addresses
|
2022-11-19 18:38:47 +01:00 |
|
|
70c6b78e35
|
Organize source tree
|
2022-11-19 17:59:49 +01:00 |
|