Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-27 | arch: i386: pmem: refactor the physical MM | Danny Holman | 1 | -12/+3 | |
Refactor the physical memory manager to be dramatically simpler. The new design uses only a single freelist, and only uses temporary mappings where needed. Signed-off-by: Danny Holman <dholman@gymli.org> | |||||
2024-03-28 | arch: i386: kernel: add mostly finished PFA and paging system | Danny Holman | 1 | -0/+28 | |
Add the mostly finished physical memory allocator and expose its functions to the paging system. Signed-off-by: Danny Holman <dholman@gymli.org> |