aboutsummaryrefslogtreecommitdiff
path: root/mirai/kernel/boot.zig
AgeCommit message (Collapse)AuthorFilesLines
2026-03-30refactor: reorganize kernel structure and implement memory management zonesHEADmainBobby1-92/+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/+92
support