| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-03-30 | refactor: reorganize kernel structure and implement memory management zonesHEADmain | Bobby | 14 | -225/+613 |
| 2026-03-27 | refactor: streamline interrupt and exception handler implementations | Bobby | 4 | -86/+102 |
| 2026-03-27 | Refactor and implement interrupt handling and PIT driver | Bobby | 45 | -85/+946 |
| 2026-03-20 | Implement exception handling framework with hardware, software, and resource ... | Bobby | 78 | -0/+2719 |
| 2026-02-25 | Add Global Descriptor Table (GDT) and Task State Segment (TSS) implementation | Bobby | 46 | -49/+1301 |
| 2026-02-25 | feat: Implement Kagami page table abstraction with allocation, mapping, and p... | Bobby | 19 | -0/+866 |
| 2026-02-25 | feat: Implement Physical Memory Manager with allocation and deallocation func... | Bobby | 18 | -0/+582 |
| 2026-02-25 | feat: Add common constants, errors, and serial driver functionality | Bobby | 12 | -2/+333 |
| 2026-02-24 | feat: Implement Mirai kernel with boot parameter handling and framebuffer sup... | Bobby | 2 | -0/+225 |
| 2026-02-24 | Bunch of stuff moved as .old for new arch change | Bobby | 155 | -9074/+0 |
| 2026-02-24 | commit for arch change | Bobby | 16 | -55/+418 |
| 2026-02-23 | feat: Enhance Kata state management with new states and deferred cleanup for ... | Bobby | 10 | -34/+124 |
| 2026-02-23 | fix: Prevent crash by skipping destruction of current kata's page table in cl... | Bobby | 2 | -8/+27 |
| 2026-02-23 | feat: Enhance Kata memory management with stack growth support and additional... | Bobby | 8 | -13/+78 |
| 2026-02-23 | refactor: dynamic allocation for letter data in Kata invocations | Bobby | 4 | -9/+38 |
| 2026-02-23 | fix: dynamic attachments in kata | Bobby | 11 | -39/+82 |
| 2026-02-23 | fix: Update MAX_LOCATION_LENGTH to 128 and adjust limits for Katas and Attach... | Bobby | 2 | -11/+8 |
| 2026-02-23 | refactor: Simplify memory cleanup logic in Kata management | Bobby | 3 | -30/+1 |
| 2026-02-23 | feat: Implement memory cleanup for dissolved Katas and enhance page table des... | Bobby | 3 | -0/+101 |
| 2026-02-20 | fix: Update memory section start address in linker script to 512MB | Bobby | 1 | -4/+4 |
| 2026-02-20 | fix: Correct KERNEL_MAP_END value and update MAX_LOCATION_LENGTH documentation | Bobby | 3 | -9/+9 |
| 2026-02-20 | feat: Refactor path handling to use location utilities and update related str... | Bobby | 17 | -129/+157 |
| 2026-02-20 | feat: Remove deprecated system constants and limits modules | Bobby | 3 | -401/+0 |
| 2026-02-20 | feat: Add used_clusters tracking in AFS and update disk info retrieval | Bobby | 5 | -42/+22 |
| 2026-02-20 | feat: Enhance diskinfo invocation with interrupt handling for safe disk reads... | Bobby | 1 | -0/+5 |
| 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 | 1 | -1/+1 |
| 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: 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 | 11 | -41/+469 |
| 2026-02-13 | refactor: Improve stack viewing and argument handling with enhanced error rep... | Bobby | 3 | -32/+80 |
| 2026-02-13 | refactor: Enhance process spawning with argument support and streamline entry... | Bobby | 2 | -8/+115 |
| 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 | 2 | -6/+3 |
| 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 |