aboutsummaryrefslogtreecommitdiff
path: root/mirai/kernel/mirai.zig
AgeCommit message (Collapse)AuthorFilesLines
2026-03-30refactor: reorganize kernel structure and implement memory management zonesHEADmainBobby1-133/+0
2026-02-25feat: Add common constants, errors, and serial driver functionalityBobby1-1/+1
2026-02-24feat: Implement Mirai kernel with boot parameter handling and framebuffer ↵Bobby1-0/+133
support