| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-25 | Add Global Descriptor Table (GDT) and Task State Segment (TSS) implementation | Bobby | 39 | -0/+1093 |
| 2026-02-24 | Bunch of stuff moved as .old for new arch change | Bobby | 9 | -564/+0 |
| 2026-02-23 | feat: Enhance Kata memory management with stack growth support and additional... | Bobby | 1 | -1/+3 |
| 2026-02-20 | feat: Refactor path handling to use location utilities and update related str... | Bobby | 1 | -2/+2 |
| 2026-02-20 | feat: Implement CMOS/RTC and CPUID operations, add PIT driver, and enhance AF... | Bobby | 1 | -0/+5 |
| 2026-02-20 | refactor: Update resource management in Makefile and adjust font paths | Bobby | 1 | -1/+1 |
| 2026-02-15 | Refactor Kata Memory Management and Scheduler | Bobby | 1 | -1/+1 |
| 2026-02-15 | Refactor Crimson Panic Handler and Exception Management | Bobby | 1 | -1/+1 |
| 2026-02-15 | Refactor Multiboot Integration and Enhance Terminal Functionality | Bobby | 13 | -630/+557 |
| 2026-02-15 | Refactor I/O operations and update driver imports | Bobby | 4 | -14/+14 |
| 2026-02-13 | Refactor interrupt handling and syscall entry | Bobby | 1 | -19/+2 |
| 2026-01-28 | refactor: Replace inline assembly with CPU and I/O functions across multiple ... | Bobby | 2 | -15/+9 |
| 2026-01-28 | fix: Correct typo in boot message text | Bobby | 1 | -1/+1 |
| 2026-01-28 | feat: Remove delay function and its usage in boot sequence and message replay | Bobby | 1 | -15/+0 |
| 2026-01-27 | feat: Dynamically calculate kernel end address using linker symbol | Bobby | 1 | -1/+1 |
| 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 | -22/+6 |
| 2026-01-23 | feat: Remove debug print statements across various modules to clean up output | Bobby | 1 | -4/+1 |
| 2026-01-23 | feat: Remove debug print statements across various invocations and the scheduler | Bobby | 1 | -2/+0 |
| 2026-01-22 | feat: Implement keyboard input handling and shell functionality | Bobby | 2 | -0/+11 |
| 2025-12-30 | feat: refactor Pulse init system to improve loading sequence and remove debug... | Bobby | 1 | -23/+24 |
| 2025-12-30 | feat: improve panic diagnostics, memory paging, and system task loading | Bobby | 2 | -0/+29 |
| 2025-12-16 | separate invocations; moved helper functions to utils; created invocations fo... | Bobby | 1 | -7/+2 |
| 2025-12-12 | file descriptors, IO, and more invocations | Bobby | 1 | -0/+5 |
| 2025-12-11 | added thematic crimson in boot sequence | Bobby | 1 | -0/+3 |
| 2025-12-11 | updated sequence to init hikari | Bobby | 1 | -0/+5 |
| 2025-12-09 | invocations (syscalls) using syscall/sysret | Bobby | 2 | -0/+9 |
| 2025-12-09 | kata (processes) and sensei (scheduler) using CFS lite system | Bobby | 1 | -0/+15 |
| 2025-12-09 | add gdt and tss | Bobby | 3 | -1/+278 |
| 2025-12-09 | crimson panic handler for mirai; move exception handling from idt to crimson | Bobby | 1 | -0/+2 |
| 2025-12-08 | clean up and update boot sequence | Bobby | 1 | -128/+81 |
| 2025-12-01 | implement GPT parser, ACHI and PCI drivers, update AFS to use AHCI | Bobby | 1 | -58/+91 |
| 2025-12-01 | fix inconsistencies in shell and nav command | Bobby | 1 | -1/+1 |
| 2025-12-01 | clean up main with simulated boot sequence | Bobby | 1 | -0/+223 |
| 2025-11-28 | bring framebuffer and terminal back | Bobby | 1 | -0/+61 |
| 2025-11-28 | modify multiboot for hybrid kernel (identity + higher half) | Bobby | 1 | -50/+30 |
| 2025-11-27 | add akiba filesystem with ata, serial, and vga drivers | Bobby | 1 | -0/+87 |