aboutsummaryrefslogtreecommitdiff
path: root/mirai/asm
AgeCommit message (Expand)AuthorFilesLines
2026-03-27refactor: streamline interrupt and exception handler implementationsBobby2-4/+54
2026-03-27Refactor and implement interrupt handling and PIT driverBobby9-20/+104
2026-03-20Implement exception handling framework with hardware, software, and resource ...Bobby5-0/+215
2026-02-25Add Global Descriptor Table (GDT) and Task State Segment (TSS) implementationBobby4-0/+127
2026-02-25feat: Add common constants, errors, and serial driver functionalityBobby6-0/+197
2026-02-24Bunch of stuff moved as .old for new arch changeBobby10-741/+0
2026-02-23feat: Enhance Kata memory management with stack growth support and additional...Bobby1-2/+2
2026-02-20feat: Implement CMOS/RTC and CPUID operations, add PIT driver, and enhance AF...Bobby2-0/+114
2026-02-15Refactor I/O operations and update driver importsBobby1-13/+6
2026-02-15feat: Add various invocations for file system and I/O operationsBobby1-2/+2
2026-02-13Refactor and enhance filesystem navigation and communication between KatasBobby1-16/+18
2026-02-13Refactor interrupt handling and syscall entryBobby4-0/+453
2026-01-29refactor: Consolidate syscall handling by replacing individual syscall functi...Bobby2-6/+3
2026-01-28feat: Add CPU control, I/O port, memory management, MSR, and syscall operationsBobby5-0/+182