summaryrefslogtreecommitdiff
path: root/kc/core/memory.h
AgeCommit message (Collapse)Author
2026-05-24rename and move, function renames in stdioAda Christine
2023-02-19preparations for user modeAda Christine
2023-01-30headers moved aroundAda Christine
2022-03-23fix collision with /usr/include/efi/lib.hAda Christine
squash me
2022-03-14some updates to page handlingAda Christine
whoops squash me
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.
2022-02-20moving files aroundAda Christine
2022-02-03don't pass kernel boot parameters to init functions, just use an accessorAda Christine
2022-01-09new header api/kc/lib.hAda Christine
2022-01-03more memory management workAda Christine
2021-12-30pass the whole boot data struct to memory_init for my sanityAda Christine
2021-12-29add memory_init() againAda Christine
2021-12-26everything builds, probably doesn't work. commit in preparation for a mergeAda Christine
2021-12-19moving files aroundAda Christine