| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-24 | rename and move, function renames in stdio | Ada Christine | |
| 2026-05-23 | thread waiting works now | Ada Christine | |
| 2026-05-23 | rewrote some ugly thread queueing code | Ada Christine | |
| 2026-05-22 | cleanup, second thread for testing differential sleeps | Ada Christine | |
| 2026-05-22 | remove keyboard testing, block terminated thread | Ada Christine | |
| 2026-05-22 | thread termination cleanup | Ada Christine | |
| 2026-05-20 | new thread code works fine | Ada Christine | |
| 2023-02-14 | refactors | Ada Christine | |
| 2023-02-14 | ps2 driver | Ada Christine | |
| 2023-02-07 | i forgot how vm_alloc() worked | Ada Christine | |
| 2023-01-30 | headers moved around | Ada Christine | |
| 2023-01-29 | move ugly stuff into own procedure | Ada Christine | |
| 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-18 | thread switching and sleeping appears to be working | Ada Christine | |
| 2022-02-17 | force 8253 timer to minimum frequency, log timesource delta at task ↵ | Ada Christine | |
| management start | |||
| 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-14 | more task scheduling work, scheduler appears to work without crashing | Ada Christine | |
| 2022-02-14 | entering idle loop works with timer | Ada Christine | |
| 2022-01-17 | entering the idle task appears to work | Ada Christine | |
| 2022-01-17 | task.h required for building | Ada Christine | |
