Page manager now: - Caches mapped pages and page_block structs - Can unmap memory ranges - Unmaps extra kernel memory during it's init
10 lines
208 B
Markdown
10 lines
208 B
Markdown
# Design / WIP notes
|
|
|
|
## TODO
|
|
|
|
- Better page-allocation model
|
|
- Reclaim skipped bootstrap scratch space
|
|
- Allow for more than one IOAPIC in ACPI module
|
|
- Move list functions to be standalone in case of null
|
|
|