index
:
akiba
main
Drifting from abyss towards the infinite!
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mirai
/
crimson
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-27
Refactor and implement interrupt handling and PIT driver
Bobby
12
-64
/
+229
2026-03-20
Implement exception handling framework with hardware, software, and resource ...
Bobby
73
-0
/
+2504
2026-02-24
Bunch of stuff moved as .old for new arch change
Bobby
6
-554
/
+0
2026-02-23
fix: Prevent crash by skipping destruction of current kata's page table in cl...
Bobby
1
-6
/
+19
2026-02-23
feat: Enhance Kata memory management with stack growth support and additional...
Bobby
1
-0
/
+21
2026-02-15
Refactor Crimson Panic Handler and Exception Management
Bobby
7
-589
/
+476
2026-02-15
Refactor Multiboot Integration and Enhance Terminal Functionality
Bobby
1
-1
/
+1
2026-02-15
Refactor I/O operations and update driver imports
Bobby
2
-2
/
+2
2026-02-13
Refactor interrupt handling and syscall entry
Bobby
1
-262
/
+109
2026-01-29
refactor: Standardize memory import naming and replace inline memory access w...
Bobby
1
-10
/
+9
2026-01-28
refactor: Replace inline assembly with CPU and I/O functions across multiple ...
Bobby
2
-21
/
+13
2025-12-30
feat: improve panic diagnostics, memory paging, and system task loading
Bobby
2
-0
/
+31
2025-12-09
crimson panic handler for mirai; move exception handling from idt to crimson
Bobby
2
-0
/
+764