aboutsummaryrefslogtreecommitdiff
path: root/mirai/interrupts/idt.zig
AgeCommit message (Expand)AuthorFilesLines
2026-03-27Refactor and implement interrupt handling and PIT driverBobby1-0/+49
2026-02-24Bunch of stuff moved as .old for new arch changeBobby1-72/+0
2026-02-23feat: Enhance Kata memory management with stack growth support and additional...Bobby1-2/+11
2026-02-15refactor: Modularize IDT and PIC handling, improve structure and organizationBobby1-74/+22
2026-02-15Refactor Kata Memory Management and SchedulerBobby1-1/+1
2026-02-15Refactor Crimson Panic Handler and Exception ManagementBobby1-1/+1
2026-02-15Refactor I/O operations and update driver importsBobby1-12/+12
2026-02-13Refactor interrupt handling and syscall entryBobby1-132/+45
2026-01-28refactor: Replace inline assembly with CPU and I/O functions across multiple ...Bobby1-35/+19
2025-12-11updated interrupts, invocations, kata, and paging to switch to Layer 3Bobby1-3/+6
2025-12-09kata (processes) and sensei (scheduler) using CFS lite systemBobby1-39/+5
2025-12-09add gdt and tssBobby1-0/+38
2025-12-09crimson panic handler for mirai; move exception handling from idt to crimsonBobby1-274/+6
2025-11-28improved IDT and keyboard driversBobby1-0/+479