| Age | Commit message (Expand) | Author |
| 2022-03-18 | now using clang, native PE UEFI loader image. made an ugly hack to get | Ada Christine |
| 2022-03-17 | pulled out kprintf() and friends into lib/ | Ada Christine |
| 2022-03-15 | infrastructure for dynamic symbol resolution | Ada Christine |
| 2022-03-15 | correct formatting for register values display | Ada Christine |
| 2022-03-14 | kprintf() can do zero padded integers now | Ada Christine |
| 2022-03-14 | some updates to page handling | Ada Christine |
| 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 handl... | Ada Christine |
| 2022-02-24 | many changes | Ada Christine |
| 2022-02-20 | moving files around | Ada Christine |
| 2022-02-19 | used OR when i needed AND | Ada Christine |
| 2022-02-18 | -mgeneral-regs-only should apply to all objects | Ada Christine |
| 2022-02-18 | thread switching and sleeping appears to be working | Ada Christine |
| 2022-02-18 | timer callback interface | Ada Christine |
| 2022-02-18 | use the appropriate semantics for atomics | Ada Christine |
| 2022-02-18 | do nothing if the origin and target threads are the same | Ada Christine |
| 2022-02-18 | bug fixes | Ada Christine |
| 2022-02-17 | remove declarations of now nonexistent functons *facepalm* | Ada Christine |
| 2022-02-17 | force 8253 timer to minimum frequency, log timesource delta at task managemen... | Ada Christine |
| 2022-02-17 | many changes have happned | Ada Christine |
| 2022-02-17 | minor change to prevent potential weirdness with type width | Ada Christine |
| 2022-02-15 | irq_lock() and irq_unlock() are unnecessary around mmu_get_map and i shot mys... | Ada Christine |
| 2022-02-15 | beginning to things out into cpu-dependent and cpu-independent code | Ada Christine |
| 2022-02-14 | stop violating the spec for va_list | Ada Christine |
| 2022-02-14 | more task scheduling work, scheduler appears to work without crashing | Ada Christine |
| 2022-02-14 | misc removal of unused things | Ada Christine |
| 2022-02-14 | entering idle loop works with timer | Ada Christine |
| 2022-02-13 | rudimentary irq and timer support | Ada Christine |
| 2022-02-13 | bug when kprintf is fed a 0, it does nothing | Ada Christine |
| 2022-02-13 | splitting out descriptor declarations | Ada Christine |
| 2022-02-13 | exception changes | Ada Christine |
| 2022-02-10 | more kprintf() improvements, eventually move to lib/ | Ada Christine |
| 2022-02-10 | missing nul check in type width argument | ada christine |
| 2022-02-09 | small whoops | Ada Christine |
| 2022-02-09 | new, improved kprint() | Ada Christine |
| 2022-02-07 | small bug in kprint.c | Ada Christine |
| 2022-02-06 | collapse the repeated stuff into one function | Ada Christine |
| 2022-02-06 | we have kprintf() | 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-02-03 | bad conditional | Ada Christine |
| 2022-02-02 | cast with uintptr_t, ist index should be checked | Ada Christine |
| 2022-01-17 | entering the idle task appears to work | Ada Christine |
| 2022-01-17 | task.h required for building | Ada Christine |
| 2022-01-17 | deleted | Ada Christine |
| 2022-01-17 | preparing for multitasking | Ada Christine |
| 2022-01-17 | initialize outside of the check | Ada Christine |
| 2022-01-16 | hide needlessly exported symbols | Ada Christine |
| 2022-01-16 | selective optimization | Ada Christine |
| 2022-01-13 | msr_read() and msr_write(), rudimentary syscall thing | Ada Christine |