| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-20 | feat: Add used_clusters tracking in AFS and update disk info retrieval | Bobby | 7 | -44/+31 |
| 2026-02-20 | feat: Enhance diskinfo invocation with interrupt handling for safe disk reads... | Bobby | 2 | -1/+6 |
| 2026-02-20 | feat: Add sysinfo module for system information display and integrate datetim... | Bobby | 4 | -1/+279 |
| 2026-02-20 | feat: Add datetime and OS information libraries with formatting and retrieval... | Bobby | 15 | -58/+345 |
| 2026-02-20 | feat: Implement CMOS/RTC and CPUID operations, add PIT driver, and enhance AF... | Bobby | 13 | -11/+258 |
| 2026-02-20 | feat: Add OS information invocations for CPU, memory, disk, uptime, and time | Bobby | 6 | -0/+184 |
| 2026-02-20 | refactor: Update resource management in Makefile and adjust font paths | Bobby | 6 | -15/+14 |
| 2026-02-20 | feat: Enhance stack display with table formatting and color support | Bobby | 3 | -58/+136 |
| 2026-02-20 | feat: Implement parameter parsing library and integrate into existing binaries | Bobby | 12 | -30/+353 |
| 2026-02-15 | Make all binaries use library imports. Remove akiba library. | Bobby | 18 | -656/+138 |
| 2026-02-15 | refactor: Simplify dependency declarations in format, io, and kata libraries | Bobby | 3 | -8/+8 |
| 2026-02-15 | feat: Add core libraries for color, formatting, I/O, string manipulation, and... | Bobby | 27 | -0/+838 |
| 2026-02-15 | refactor: Improve library dependency collection and management in build process | Bobby | 1 | -109/+115 |
| 2026-02-15 | refactor: Enhance library dependency management and build process | Bobby | 1 | -46/+132 |
| 2026-02-15 | refactor: Modularize memory management constants and improve structure | Bobby | 6 | -256/+147 |
| 2026-02-15 | refactor: Modularize IDT and PIC handling, improve structure and organization | Bobby | 6 | -74/+107 |
| 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 |