| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-02-24 | Bunch of stuff moved as .old for new arch change | Bobby | 22 | -1260/+0 |
| 2026-02-24 | commit for arch change | Bobby | 5 | -1/+190 |
| 2026-02-23 | feat: Enhance Kata state management with new states and deferred cleanup for ... | Bobby | 2 | -2/+2 |
| 2026-02-23 | refactor: dynamic allocation for letter data in Kata invocations | Bobby | 2 | -6/+27 |
| 2026-02-23 | fix: dynamic attachments in kata | Bobby | 5 | -28/+33 |
| 2026-02-20 | feat: Refactor path handling to use location utilities and update related str... | Bobby | 2 | -10/+10 |
| 2026-02-20 | feat: Add used_clusters tracking in AFS and update disk info retrieval | Bobby | 1 | -5/+0 |
| 2026-02-20 | feat: Enhance diskinfo invocation with interrupt handling for safe disk reads... | Bobby | 1 | -0/+5 |
| 2026-02-20 | feat: Add OS information invocations for CPU, memory, disk, uptime, and time | Bobby | 6 | -0/+184 |
| 2026-02-15 | Refactor Kata Memory Management and Scheduler | Bobby | 11 | -41/+42 |
| 2026-02-15 | refactor: Restructure ELF and Akiba format handling, modularize components | Bobby | 1 | -1/+1 |
| 2026-02-15 | Refactor Multiboot Integration and Enhance Terminal Functionality | Bobby | 1 | -2/+2 |
| 2026-02-15 | refactor: Update stack entry structure and improve type handling in integer u... | Bobby | 2 | -22/+27 |
| 2026-02-15 | Refactor I/O operations and update driver imports | Bobby | 10 | -20/+21 |
| 2026-02-15 | feat: Add various invocations for file system and I/O operations | Bobby | 29 | -1107/+722 |
| 2026-02-15 | feat: Add 'wipe' command for clearing the terminal screen | Bobby | 2 | -0/+11 |
| 2026-02-13 | Refactor and enhance filesystem navigation and communication between Katas | Bobby | 7 | -25/+425 |
| 2026-02-13 | refactor: Improve stack viewing and argument handling with enhanced error rep... | Bobby | 2 | -19/+74 |
| 2026-02-13 | refactor: Enhance process spawning with argument support and streamline entry... | Bobby | 1 | -3/+30 |
| 2026-02-13 | Refactor interrupt handling and syscall entry | Bobby | 1 | -163/+35 |
| 2026-01-29 | refactor: Standardize memory import naming and replace inline memory access w... | Bobby | 1 | -52/+6 |
| 2026-01-28 | refactor: Replace inline assembly with CPU and I/O functions across multiple ... | Bobby | 1 | -1/+1 |
| 2026-01-28 | feat: Update stack viewer to include owner, permissions, and modified time de... | Bobby | 1 | -3/+3 |
| 2026-01-27 | feat: Enhance stack viewer with owner, permissions, and modified time details | Bobby | 2 | -6/+20 |
| 2026-01-27 | feat: Remove echo and rd binaries; add mi stack viewer and viewstack syscall | Bobby | 3 | -9/+88 |
| 2026-01-27 | Refactor memory management and system constants | Bobby | 2 | -10/+21 |
| 2026-01-23 | refactor: Reorder and organize import statements across multiple files for im... | Bobby | 11 | -34/+32 |
| 2026-01-23 | feat: Remove debug print statements across various modules to clean up output | Bobby | 9 | -107/+3 |
| 2026-01-23 | fix keypresses not appearing on terminal in ash | Bobby | 1 | -5/+52 |
| 2026-01-23 | feat: Remove debug print statements across various invocations and the scheduler | Bobby | 4 | -47/+16 |
| 2026-01-22 | feat: Implement keyboard input handling and shell functionality | Bobby | 5 | -25/+52 |
| 2025-12-30 | feat: add yield invocation and syscall support for process scheduling | Bobby | 2 | -0/+23 |
| 2025-12-30 | feat: improve panic diagnostics, memory paging, and system task loading | Bobby | 2 | -21/+49 |
| 2025-12-16 | separate invocations; moved helper functions to utils; created invocations fo... | Bobby | 9 | -492/+535 |
| 2025-12-12 | file descriptors, IO, and more invocations | Bobby | 2 | -26/+471 |
| 2025-12-11 | updated interrupts, invocations, kata, and paging to switch to Layer 3 | Bobby | 3 | -79/+72 |
| 2025-12-09 | invocations (syscalls) using syscall/sysret | Bobby | 3 | -0/+347 |