aboutsummaryrefslogtreecommitdiff
path: root/mirai/kernel
AgeCommit message (Collapse)AuthorFilesLines
10 hoursAdd Akiba boot splash: shared graphics and splash modules, clean user-facing ↵Bobby2-13/+23
messages, trail continues into Mirai without clearing the screen
12 hoursImport overhaul: all relative imports replaced with module self-alias ↵Bobby1-5/+5
imports; boots verified
12 hoursStandardize mirai/kernel (entry to depth-2, shared.boot BootParams, ↵Bobby6-179/+71
duplicate boot.zig removed) + mirai.zig root
2026-07-12Sweep: extract crimson/render strings, move pure-constant files into ↵Bobby1-3/+1
constants/ subfolders, strip explanatory comments and multi-line headers tree-wide, zig fmt
2026-07-12Wire boot sequence into kernel entry: UEFI memory-map region conversion, run ↵Bobby2-97/+70
cpu+memory phases with guard-page stack provisioning; boots to 'Akiba is ready' (IDT phase deferred: origin interrupts subsystem has a create_exception API mismatch with crimson)
2026-07-12Make kernel structure compile: interrupts re-export root, restore kernel ↵Bobby1-0/+92
BootParams, wire common/shared modules, kagami activate, TSS align(4), fix union default and get_l4_address
2026-03-30refactor: reorganize kernel structure and implement memory management zonesBobby4-225/+118
2026-02-25feat: Add common constants, errors, and serial driver functionalityBobby2-2/+2
2026-02-24feat: Implement Mirai kernel with boot parameter handling and framebuffer ↵Bobby2-0/+225
support