aboutsummaryrefslogtreecommitdiff
path: root/mirai/crimson
AgeCommit message (Expand)AuthorFilesLines
2026-03-27Refactor and implement interrupt handling and PIT driverBobby12-64/+229
2026-03-20Implement exception handling framework with hardware, software, and resource ...Bobby73-0/+2504
2026-02-24Bunch of stuff moved as .old for new arch changeBobby6-554/+0
2026-02-23fix: Prevent crash by skipping destruction of current kata's page table in cl...Bobby1-6/+19
2026-02-23feat: Enhance Kata memory management with stack growth support and additional...Bobby1-0/+21
2026-02-15Refactor Crimson Panic Handler and Exception ManagementBobby7-589/+476
2026-02-15Refactor Multiboot Integration and Enhance Terminal FunctionalityBobby1-1/+1
2026-02-15Refactor I/O operations and update driver importsBobby2-2/+2
2026-02-13Refactor interrupt handling and syscall entryBobby1-262/+109
2026-01-29refactor: Standardize memory import naming and replace inline memory access w...Bobby1-10/+9
2026-01-28refactor: Replace inline assembly with CPU and I/O functions across multiple ...Bobby2-21/+13
2025-12-30feat: improve panic diagnostics, memory paging, and system task loadingBobby2-0/+31
2025-12-09crimson panic handler for mirai; move exception handling from idt to crimsonBobby2-0/+764