| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-27 | Refactor and implement interrupt handling and PIT driver | Bobby | 5 | -0/+77 |
| 2026-02-25 | Add Global Descriptor Table (GDT) and Task State Segment (TSS) implementation | Bobby | 2 | -48/+78 |
| 2026-02-25 | feat: Add common constants, errors, and serial driver functionality | Bobby | 4 | -0/+134 |
| 2026-02-24 | Bunch of stuff moved as .old for new arch change | Bobby | 12 | -979/+0 |
| 2026-02-24 | commit for arch change | Bobby | 1 | -3/+3 |
| 2026-02-23 | feat: Enhance Kata state management with new states and deferred cleanup for ... | Bobby | 1 | -2/+51 |
| 2026-02-20 | feat: Refactor path handling to use location utilities and update related str... | Bobby | 1 | -5/+6 |
| 2026-02-20 | feat: Implement CMOS/RTC and CPUID operations, add PIT driver, and enhance AF... | Bobby | 1 | -0/+12 |
| 2026-02-15 | Refactor Kata Memory Management and Scheduler | Bobby | 1 | -1/+1 |
| 2026-02-15 | Refactor I/O operations and update driver imports | Bobby | 3 | -0/+139 |
| 2026-02-15 | Add drivers and constants for ATA, AHCI, PCI, Keyboard, Serial, and VGA | Bobby | 14 | -965/+778 |
| 2026-01-28 | refactor: Replace inline assembly with I/O functions in ATA, keyboard, and PC... | Bobby | 3 | -84/+20 |
| 2026-01-28 | refactor: Replace inline assembly with I/O functions for serial port operations | Bobby | 1 | -24/+11 |
| 2026-01-27 | Refactor memory management and system constants | Bobby | 1 | -2/+2 |
| 2026-01-23 | feat: Integrate memory constants across modules for improved configuration ma... | Bobby | 1 | -1/+2 |
| 2026-01-23 | refactor: Reorder and organize import statements across multiple files for im... | Bobby | 1 | -2/+2 |
| 2026-01-23 | feat: Remove debug print statements across various modules to clean up output | Bobby | 2 | -32/+0 |
| 2026-01-22 | feat: Implement keyboard input handling and shell functionality | Bobby | 1 | -34/+33 |
| 2025-12-30 | feat: improve panic diagnostics, memory paging, and system task loading | Bobby | 1 | -30/+42 |
| 2025-12-12 | file descriptors, IO, and more invocations | Bobby | 1 | -0/+69 |
| 2025-12-08 | move device finder to ahci | Bobby | 1 | -0/+18 |
| 2025-12-01 | implement GPT parser, ACHI and PCI drivers, update AFS to use AHCI | Bobby | 2 | -0/+602 |
| 2025-11-28 | bring framebuffer and terminal back | Bobby | 1 | -1/+6 |
| 2025-11-28 | improved IDT and keyboard drivers | Bobby | 1 | -43/+71 |
| 2025-11-27 | akiba shell (ash) with mi (mité) command | Bobby | 1 | -5/+2 |
| 2025-11-27 | add ps/2 keyboard driver, interrupts for keyboard and basic terminal | Bobby | 1 | -0/+152 |
| 2025-11-27 | add akiba filesystem with ata, serial, and vga drivers | Bobby | 3 | -0/+191 |