Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-02-16 | arch: i386: roll physical memory control into VMM | Danny Holman | 1 | -13/+0 | |
The VMM should control the physical memory as well as paging. This allows the VMM to grab frames as it sees fit. Signed-off-by: Danny Holman <dholman@gymli.org> | |||||
2023-11-26 | arch: i386: alloc: add a physical memory manager | Danny Holman | 1 | -0/+13 | |
Add a simple, bitmap-based physical memory management system. Signed-off-by: Danny Holman <dholman@gymli.org> |