| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2022-02-20 | moving files around | Ada Christine | |
| 2022-02-17 | many changes have happned | Ada Christine | |
| - updates to panic() interface - genericized timer interface - (yet unused) additions to task management | |||
| 2022-02-15 | beginning to things out into cpu-dependent and cpu-independent code | Ada Christine | |
| 2022-02-13 | exception changes | Ada Christine | |
| 2022-02-04 | header reworking, beginning memory.c refactoring | Ada Christine | |
| 2022-02-03 | don't pass kernel boot parameters to init functions, just use an accessor | Ada Christine | |
| 2022-01-17 | entering the idle task appears to work | Ada Christine | |
| 2022-01-17 | initialize outside of the check | Ada Christine | |
| 2022-01-10 | new header vm_object.h | Ada Christine | |
| 2022-01-09 | removed superfluous decl | Ada Christine | |
| 2022-01-08 | rudimentary virtual memory allocation | Ada Christine | |
| 2022-01-03 | more memory management work | Ada Christine | |
| 2022-01-02 | page faults now call up the vm_object for the faulting address | Ada Christine | |
| 2022-01-02 | bug in vm_tree.c; adjustments to boot data object space | Ada Christine | |
| 2022-01-02 | vm tree bb | Ada Christine | |
| 2021-12-31 | whoops, test code | Ada Christine | |
| 2021-12-30 | pass the whole boot data struct to memory_init for my sanity | Ada Christine | |
| 2021-12-29 | more granular options for memory spaces | Ada Christine | |
| 2021-12-29 | anonymous spaces work again | Ada Christine | |
| 2021-12-29 | Revert "anonymous memory works again" | Ada Christine | |
| This reverts commit d4067207a00a15082489376ed593ef3c67703a5c. | |||
| 2021-12-29 | anonymous memory works again | Ada Christine | |
| 2021-12-29 | add memory_init() again | Ada Christine | |
| 2021-12-26 | everything builds, probably doesn't work. commit in preparation for a merge | Ada Christine | |
| 2021-12-19 | moving files around | Ada Christine | |
