summaryrefslogtreecommitdiff
path: root/kc/kc.ld
AgeCommit message (Collapse)Author
2023-02-14build changesAda Christine
2022-03-18now using clang, native PE UEFI loader image. made an ugly hack to getAda Christine
into the shim. it's probably ok.
2022-03-17changes to dynamic initializationAda Christine
2022-03-15infrastructure for dynamic symbol resolutionAda 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.
2022-02-20moving files aroundAda Christine