|
cedcfa9c63
|
Improve cleanup on MemoryManager failure + add methods that use KernelVM
continuous-integration/drone/push Build is passing
|
2022-12-16 19:36:38 +01:00 |
|
|
1ebd892c16
|
Convert uses of u64 to usize
Not all of them, but if you're measuring a size it's more appropriate to use usize than u64.
|
2022-12-07 10:55:47 +01:00 |
|
|
c7ab6bc2d3
|
Reorganize the luna/ directory so that headers aren't in the top level include path
|
2022-12-04 12:42:43 +01:00 |
|
|
fe47e0d5cb
|
Clean init() up
|
2022-11-30 16:30:42 +01:00 |
|
|
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 |
|