aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-07-12Reorg: extract build strings to common/strings/build.zig and build function t...HEADmainBobby3-110/+150
2026-07-12Reorg: consolidate special dirs to module level across boot/drivers/memory/cr...Bobby88-64/+107
2026-07-12Reorg: bubble interrupts/pic constants up to interrupts/constants/pic (specia...Bobby8-4/+8
2026-07-12Reorg: capitalize all string constants (UPPER_CASE_WITH_UNDERSCORES) across s...Bobby33-321/+321
2026-07-12Reorg: move assembly to root asm/ (wired as build module), delete stray hikar...Bobby44-56/+31
2026-07-12Build interrupts: route CPU exceptions to Crimson collapse screen (full regis...Bobby21-64/+177
2026-07-12Sweep: consolidate all crimson exception/panic strings into crimson/strings m...Bobby17-27/+61
2026-07-12Sweep: extract crimson/render strings, move pure-constant files into constant...Bobby65-302/+171
2026-07-12Sweep: decompose hikari.zig boot flow into hikari/sequence module (run/consol...Bobby11-313/+397
2026-07-12Sweep: extract kalloc zone names into strings/ moduleBobby3-10/+26
2026-07-12Sweep: extract mkafsdisk messages and FAT/GPT/AFS format names into strings/ ...Bobby5-36/+86
2026-07-12Sweep: extract boot sequence message and banner strings into strings/ moduleBobby7-23/+60
2026-07-12Sweep: rename all multi-word filenames to single words (efi protocols, fs ada...Bobby23-20/+20
2026-07-12Wire boot sequence into kernel entry: UEFI memory-map region conversion, run ...Bobby9-97/+147
2026-07-12Port fixes onto kernel structure: GDT TSS align(8), mirai/hikari layout const...Bobby26-54/+411
2026-07-12Make kernel structure compile: interrupts re-export root, restore kernel Boot...Bobby30-40/+198
2026-03-30refactor: reorganize kernel structure and implement memory management zonesBobby16-259/+660
2026-03-27refactor: streamline interrupt and exception handler implementationsBobby4-86/+102
2026-03-27Refactor and implement interrupt handling and PIT driverBobby48-92/+951
2026-03-25refactor: Simplify installation step handling in build processBobby1-4/+1
2026-03-25Add AFS and FAT32 filesystem implementationsBobby62-1617/+2778
2026-03-20Implement exception handling framework with hardware, software, and resource ...Bobby78-0/+2719
2026-02-25Add Global Descriptor Table (GDT) and Task State Segment (TSS) implementationBobby46-49/+1301
2026-02-25feat: Implement Kagami page table abstraction with allocation, mapping, and p...Bobby19-0/+866
2026-02-25feat: Implement Physical Memory Manager with allocation and deallocation func...Bobby18-0/+582
2026-02-25feat: Add common constants, errors, and serial driver functionalityBobby29-12/+558
2026-02-24fix: Correct version format in mirai.version fileBobby1-1/+1
2026-02-24Add AFS Writer and mkafsdisk main functionalityBobby4-0/+1151
2026-02-24feat: Implement Mirai kernel with boot parameter handling and framebuffer sup...Bobby2-0/+225
2026-02-24feat: Add Mirai Kernel Linker ScriptBobby1-0/+40
2026-02-24feat: Add Makefile and build configuration for AkibaOS with Docker supportBobby3-0/+270
2026-02-24fix: Simplify UEFI firmware detection logic in run scriptBobby1-12/+16
2026-02-24fix: Adjust buffer initialization in print function for correct type handlingBobby3-20/+23
2026-02-24feat: Update EFI protocols to use custom calling convention and refactor main...Bobby13-100/+121
2026-02-24fix: Correct boot parameters magic value for HikariBobby1-1/+1
2026-02-24Bunch of stuff moved as .old for new arch changeBobby243-3/+3
2026-02-24Implement Hikari Custom Boot LoaderBobby70-0/+5803
2026-02-24commit for arch changeBobby26-68/+491
2026-02-23feat: Enhance Kata state management with new states and deferred cleanup for ...Bobby10-34/+124
2026-02-23fix: Prevent crash by skipping destruction of current kata's page table in cl...Bobby2-8/+27
2026-02-23feat: Enhance Kata memory management with stack growth support and additional...Bobby8-13/+78
2026-02-23refactor: dynamic allocation for letter data in Kata invocationsBobby4-9/+38
2026-02-23fix: dynamic attachments in kataBobby11-39/+82
2026-02-23fix: Update MAX_LOCATION_LENGTH to 128 and adjust limits for Katas and Attach...Bobby2-11/+8
2026-02-23refactor: Simplify memory cleanup logic in Kata managementBobby3-30/+1
2026-02-23feat: Implement memory cleanup for dissolved Katas and enhance page table des...Bobby3-0/+101
2026-02-20fix: Update memory section start address in linker script to 512MBBobby2-5/+5
2026-02-20fix: Correct KERNEL_MAP_END value and update MAX_LOCATION_LENGTH documentationBobby3-9/+9
2026-02-20feat: Refactor path handling to use location utilities and update related str...Bobby24-170/+198
2026-02-20feat: Remove deprecated system constants and limits modulesBobby3-401/+0