| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-15 | Refactor Kata Memory Management and Scheduler | Bobby | 30 | -760/+680 |
| 2026-02-15 | refactor: Restructure ELF and Akiba format handling, modularize components | Bobby | 13 | -318/+299 |
| 2026-02-15 | Refactor Crimson Panic Handler and Exception Management | Bobby | 12 | -594/+488 |
| 2026-02-15 | Refactor Multiboot Integration and Enhance Terminal Functionality | Bobby | 31 | -730/+674 |
| 2026-02-15 | refactor: Update stack entry structure and improve type handling in integer u... | Bobby | 5 | -24/+38 |
| 2026-02-15 | Refactor I/O operations and update driver imports | Bobby | 35 | -85/+257 |
| 2026-02-15 | refactor: Simplify comments and remove redundant descriptions in constants files | Bobby | 12 | -301/+15 |
| 2026-02-15 | Add drivers and constants for ATA, AHCI, PCI, Keyboard, Serial, and VGA | Bobby | 26 | -965/+970 |
| 2026-02-15 | Refactor AFS and GPT Filesystem Implementation | Bobby | 14 | -801/+828 |
| 2026-02-15 | Refactor terminal graphics and video handling | Bobby | 12 | -626/+467 |
| 2026-02-15 | feat: Add various invocations for file system and I/O operations | Bobby | 63 | -1531/+1804 |
| 2026-02-15 | feat: Enhance command prompt to display current stack name | Bobby | 1 | -2/+38 |
| 2026-02-15 | feat: Add 'wipe' command for clearing the terminal screen | Bobby | 6 | -15/+36 |
| 2026-02-15 | feat: Add 'rd' command for reading unit contents with error handling | Bobby | 2 | -0/+71 |
| 2026-02-14 | refactor: Enhance UEFI firmware detection logic in run script | Bobby | 1 | -4/+15 |
| 2026-02-13 | Update Akiba screenshot in README | Bobby | 1 | -1/+1 |
| 2026-02-13 | Refactor and enhance filesystem navigation and communication between Katas | Bobby | 17 | -144/+688 |
| 2026-02-13 | refactor: Improve stack viewing and argument handling with enhanced error rep... | Bobby | 8 | -82/+194 |
| 2026-02-13 | refactor: Enhance process spawning with argument support and streamline entry... | Bobby | 9 | -32/+199 |
| 2026-02-13 | Refactor interrupt handling and syscall entry | Bobby | 10 | -661/+677 |
| 2026-01-29 | refactor: Consolidate syscall handling by replacing individual syscall functi... | Bobby | 5 | -60/+42 |
| 2026-01-29 | refactor: Standardize memory import naming and replace inline memory access w... | Bobby | 5 | -81/+22 |
| 2026-01-28 | refactor: Replace inline assembly with CPU and I/O functions across multiple ... | Bobby | 13 | -90/+57 |
| 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-28 | feat: Add CPU control, I/O port, memory management, MSR, and syscall operations | Bobby | 5 | -0/+182 |
| 2026-01-28 | Update README to include screenshot and remove details | Bobby | 1 | -28/+2 |
| 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-28 | feat: Update stack viewer to include owner, permissions, and modified time de... | Bobby | 6 | -34/+49 |
| 2026-01-27 | feat: Enhance stack viewer with owner, permissions, and modified time details | Bobby | 4 | -72/+166 |
| 2026-01-27 | feat: Add owner and permission fields to AFS directory entry structure | Bobby | 3 | -7/+60 |
| 2026-01-27 | feat: Enhance stack display with size information and improve error handling | Bobby | 2 | -8/+75 |
| 2026-01-27 | feat: Remove echo and rd binaries; add mi stack viewer and viewstack syscall | Bobby | 13 | -67/+343 |
| 2026-01-27 | feat: Dynamically calculate kernel end address using linker symbol | Bobby | 3 | -7/+20 |
| 2026-01-27 | Refactor memory management and system constants | Bobby | 20 | -108/+594 |
| 2026-01-23 | feat: Integrate memory constants across modules for improved configuration ma... | Bobby | 11 | -190/+417 |
| 2026-01-23 | feat: Add centralized memory constants for layout and stack configuration | Bobby | 1 | -0/+18 |
| 2026-01-23 | refactor: Reorder and organize import statements across multiple files for im... | Bobby | 26 | -64/+61 |
| 2026-01-23 | feat: Remove debug print statements across various modules to clean up output | Bobby | 24 | -323/+10 |
| 2026-01-23 | fix keypresses not appearing on terminal in ash | Bobby | 5 | -10/+87 |
| 2026-01-23 | feat: Remove debug print statements across various invocations and the scheduler | Bobby | 9 | -184/+29 |
| 2026-01-22 | feat: Implement keyboard input handling and shell functionality | Bobby | 20 | -252/+546 |
| 2025-12-30 | feat: extend page table creation to map MMIO region for framebuffer and AHCI | Bobby | 1 | -1/+7 |
| 2025-12-30 | feat: refactor Pulse init system to improve loading sequence and remove debug... | Bobby | 2 | -62/+28 |
| 2025-12-30 | feat: add yield invocation and syscall support for process scheduling | Bobby | 4 | -3/+44 |
| 2025-12-30 | feat: improve panic diagnostics, memory paging, and system task loading | Bobby | 12 | -175/+429 |
| 2025-12-30 | feat: add Pulse init system with process management and error handling | Bobby | 2 | -0/+55 |
| 2025-12-30 | fix: update ELF load address to start at 16MB after kernel | Bobby | 1 | -1/+1 |
| 2025-12-30 | refactor: reorganize library build process; add syscall interface and I/O ope... | Bobby | 8 | -35/+70 |