summaryrefslogtreecommitdiff
path: root/kc/core/vm_tree.c
AgeCommit message (Collapse)Author
2026-05-24rename and move, function renames in stdioAda Christine
2026-05-24indentationAda Christine
2023-01-30headers moved aroundAda Christine
2022-03-23fix collision with /usr/include/efi/lib.hAda Christine
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-01-09deleted empty functionAda Christine
2022-01-08rudimentary virtual memory allocationAda Christine
2022-01-02page faults now call up the vm_object for the faulting addressAda Christine
2022-01-02bug in vm_tree.c; adjustments to boot data object spaceAda Christine
2022-01-02in-order successor nodeAda Christine
2022-01-02vm tree bbAda Christine