| Age | Commit message (Expand) | Author | Files | Lines |
| 8 hours | Drop auxiliary verbs from all messages and use the real copyright sign in the... | Bobby | 3 | -5/+5 |
| 8 hours | Render the splash with real TrueType text: outline-based graphics text and co... | Bobby | 1 | -8/+10 |
| 10 hours | Add Akiba boot splash: shared graphics and splash modules, clean user-facing ... | Bobby | 17 | -156/+145 |
| 11 hours | Extract utils module (bits/math/text/crc/format/address/path) and fix kernel ... | Bobby | 30 | -278/+120 |
| 12 hours | Import overhaul: all relative imports replaced with module self-alias imports... | Bobby | 128 | -328/+328 |
| 12 hours | Converge: full build green after standardization; zig fmt; boots to Akiba is ... | Bobby | 1 | -1/+1 |
| 12 hours | Standardize mirai/kernel (entry to depth-2, shared.boot BootParams, duplicate... | Bobby | 7 | -194/+80 |
| 12 hours | Standardize mirai/boot (flatten to depth-2, Phase to types, CAPS constants, s... | Bobby | 60 | -916/+826 |
| 12 hours | Standardize mirai/crimson (enums to types, strings extracted, dispatch into e... | Bobby | 92 | -1676/+1729 |
| 12 hours | Fix truncate result type in interrupts setup | Bobby | 1 | -1/+1 |
| 12 hours | Standardize mirai/interrupts (idt.zig to setup/, comptime stub tables, PIC co... | Bobby | 23 | -372/+327 |
| 13 hours | Standardize mirai/drivers (camelCase, CAPS constants, serial format extracted... | Bobby | 22 | -189/+184 |
| 13 hours | Standardize mirai/memory (zone+stack flattened to depth-2, errors dedup to co... | Bobby | 31 | -591/+561 |
| 13 hours | Standardize mirai/kagami (index extractors recreated, depth-2 state, camelCas... | Bobby | 23 | -492/+462 |
| 13 hours | Standardize mirai/pmm (depth-2 state, camelCase, PascalCase fields, CAPS via ... | Bobby | 19 | -299/+280 |
| 2026-07-12 | Reorg: consolidate special dirs to module level across boot/drivers/memory/cr... | Bobby | 88 | -64/+107 |
| 2026-07-12 | Reorg: bubble interrupts/pic constants up to interrupts/constants/pic (specia... | Bobby | 8 | -4/+8 |
| 2026-07-12 | Reorg: capitalize all string constants (UPPER_CASE_WITH_UNDERSCORES) across s... | Bobby | 27 | -203/+203 |
| 2026-07-12 | Reorg: move assembly to root asm/ (wired as build module), delete stray hikar... | Bobby | 42 | -699/+26 |
| 2026-07-12 | Build interrupts: route CPU exceptions to Crimson collapse screen (full regis... | Bobby | 21 | -64/+177 |
| 2026-07-12 | Sweep: consolidate all crimson exception/panic strings into crimson/strings m... | Bobby | 17 | -27/+61 |
| 2026-07-12 | Sweep: extract crimson/render strings, move pure-constant files into constant... | Bobby | 24 | -63/+139 |
| 2026-07-12 | Sweep: extract kalloc zone names into strings/ module | Bobby | 3 | -10/+26 |
| 2026-07-12 | Sweep: extract boot sequence message and banner strings into strings/ module | Bobby | 7 | -23/+60 |
| 2026-07-12 | Sweep: rename all multi-word filenames to single words (efi protocols, fs ada... | Bobby | 7 | -4/+4 |
| 2026-07-12 | Wire boot sequence into kernel entry: UEFI memory-map region conversion, run ... | Bobby | 9 | -97/+147 |
| 2026-07-12 | Port fixes onto kernel structure: GDT TSS align(8), mirai/hikari layout const... | Bobby | 19 | -6/+350 |
| 2026-07-12 | Make kernel structure compile: interrupts re-export root, restore kernel Boot... | Bobby | 19 | -28/+170 |
| 2026-03-30 | refactor: reorganize kernel structure and implement memory management zones | 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 |