index
:
akiba
main
Drifting from abyss towards the infinite!
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mirai
/
interrupts
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-27
refactor: streamline interrupt and exception handler implementations
Bobby
2
-82
/
+48
2026-03-27
Refactor and implement interrupt handling and PIT driver
Bobby
18
-0
/
+535
2026-02-24
Bunch of stuff moved as .old for new arch change
Bobby
4
-127
/
+0
2026-02-23
feat: Enhance Kata memory management with stack growth support and additional...
Bobby
1
-2
/
+11
2026-02-15
refactor: Modularize IDT and PIC handling, improve structure and organization
Bobby
4
-74
/
+77
2026-02-15
Refactor Kata Memory Management and Scheduler
Bobby
1
-1
/
+1
2026-02-15
Refactor Crimson Panic Handler and Exception Management
Bobby
1
-1
/
+1
2026-02-15
Refactor I/O operations and update driver imports
Bobby
1
-12
/
+12
2026-02-13
Refactor interrupt handling and syscall entry
Bobby
1
-132
/
+45
2026-01-28
refactor: Replace inline assembly with CPU and I/O functions across multiple ...
Bobby
1
-35
/
+19
2025-12-11
updated interrupts, invocations, kata, and paging to switch to Layer 3
Bobby
1
-3
/
+6
2025-12-09
kata (processes) and sensei (scheduler) using CFS lite system
Bobby
1
-39
/
+5
2025-12-09
add gdt and tss
Bobby
1
-0
/
+38
2025-12-09
crimson panic handler for mirai; move exception handling from idt to crimson
Bobby
1
-274
/
+6
2025-11-28
improved IDT and keyboard drivers
Bobby
1
-0
/
+479