| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-26 | we're bringing kjarna back and not doing the crazy stuff with trying to have ↵kjarna | Ada Christine | |
| task management during efi. that was a bit extra. | |||
| 2024-02-11 | kjarna initial impl | Ada Christine | |
| 2024-02-02 | - don't typedef away function pointers | Ada Christine | |
| - cleanups | |||
| 2023-05-20 | handle reserved memory regions correctly by ignoring them | Ada Christine | |
| 2023-02-19 | preparations for user mode | Ada Christine | |
| 2023-01-30 | headers moved around | Ada Christine | |
| 2022-03-17 | pulled out kprintf() and friends into lib/ | Ada Christine | |
| 2022-03-14 | some updates to page handling | Ada Christine | |
| whoops squash me | |||
| 2022-02-24 | don't decrement references on non-physical pages | Ada Christine | |
| 2022-02-24 | context struct for ISRs rather than using param registers; second-stage ↵ | Ada Christine | |
| handlers should deal with that i think | |||
| 2022-02-24 | many changes | Ada 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. | |||
