summaryrefslogtreecommitdiff
path: root/api/kernel/entry.h
AgeCommit message (Collapse)Author
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-03don't pass kernel boot parameters to init functions, just use an accessorAda Christine
2021-12-29boot data additionsAda Christine
2021-12-29kernel memory map is passed on in kernel object spaceAda Christine
2021-12-19i don't know what i'm doing anymoreAda Christine
2021-12-16reworking loaderAda Christine
2021-05-06moved paging code, slight modificationsAda Christine
2021-04-12reduced startup stack sizeAda Christine
2021-04-07moved entry stack definitionsAda Christine
2021-04-07moved headers around a bitAda Christine