| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-27 | refactor: streamline interrupt and exception handler implementations | Bobby | 2 | -4/+54 |
| 2026-03-27 | Refactor and implement interrupt handling and PIT driver | Bobby | 9 | -20/+104 |
| 2026-03-20 | Implement exception handling framework with hardware, software, and resource ... | Bobby | 5 | -0/+215 |
| 2026-02-25 | Add Global Descriptor Table (GDT) and Task State Segment (TSS) implementation | Bobby | 4 | -0/+127 |
| 2026-02-25 | feat: Add common constants, errors, and serial driver functionality | Bobby | 6 | -0/+197 |
| 2026-02-24 | Bunch of stuff moved as .old for new arch change | Bobby | 10 | -741/+0 |
| 2026-02-23 | feat: Enhance Kata memory management with stack growth support and additional... | Bobby | 1 | -2/+2 |
| 2026-02-20 | feat: Implement CMOS/RTC and CPUID operations, add PIT driver, and enhance AF... | Bobby | 2 | -0/+114 |
| 2026-02-15 | Refactor I/O operations and update driver imports | Bobby | 1 | -13/+6 |
| 2026-02-15 | feat: Add various invocations for file system and I/O operations | Bobby | 1 | -2/+2 |
| 2026-02-13 | Refactor and enhance filesystem navigation and communication between Katas | Bobby | 1 | -16/+18 |
| 2026-02-13 | Refactor interrupt handling and syscall entry | Bobby | 4 | -0/+453 |
| 2026-01-29 | refactor: Consolidate syscall handling by replacing individual syscall functi... | Bobby | 2 | -6/+3 |
| 2026-01-28 | feat: Add CPU control, I/O port, memory management, MSR, and syscall operations | Bobby | 5 | -0/+182 |