summaryrefslogtreecommitdiff
path: root/api/kernel/memory
AgeCommit message (Collapse)Author
2023-02-19preparations for user modeAda Christine
2022-02-24many changesAda Christine
- boot time memory allocation has changed. the fractal page map has been replaced by a single self-mapped page giving 2MiB of ready virtual space to play with without needing a fully-initialized memory manager. this scheme may be repeated for other purposes - the page stack has now been totally overhauled to make use of sparse allocation and all of the ugly init_*() procedures are gone. long live the new interface. also reference counting is a thing now. sort of. - found a bug in vmt_init_node where insertion did not use the root node as the parent in the case of no predecessor node. whoops.
2021-12-29anonymous spaces work againAda Christine
2021-12-29Revert "anonymous memory works again"Ada Christine
This reverts commit d4067207a00a15082489376ed593ef3c67703a5c.
2021-12-29anonymous memory works againAda Christine
2021-12-16reworking loaderAda Christine
2021-06-02cast address and offset calculationsAda Christine
2021-04-23less repetition, more flexibility with paging macrosAda Christine
2021-04-10physical allocator is now availableAda Christine
2021-04-02kernel has gdt now and loads segment register and we can allocate pagesAda Christine
2021-03-30better page table entry masksAda Christine
2021-03-27paging constants into headerAda Christine