index
:
akiba
main
Drifting from abyss towards the infinite!
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mirai
/
mirai.zig
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-30
refactor: reorganize kernel structure and implement memory management zones
HEAD
main
Bobby
1
-0
/
+29
2026-02-24
Bunch of stuff moved as .old for new arch change
Bobby
1
-25
/
+0
2026-02-15
Refactor Crimson Panic Handler and Exception Management
Bobby
1
-1
/
+1
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
1
-1
/
+1
2026-01-29
refactor: Standardize memory import naming and replace inline memory access w...
Bobby
1
-1
/
+1
2026-01-28
refactor: Replace inline assembly with CPU and I/O functions across multiple ...
Bobby
1
-2
/
+3
2026-01-23
refactor: Reorder and organize import statements across multiple files for im...
Bobby
1
-1
/
+1
2026-01-22
feat: Implement keyboard input handling and shell functionality
Bobby
1
-8
/
+0
2025-12-09
kata (processes) and sensei (scheduler) using CFS lite system
Bobby
1
-1
/
+1
2025-12-09
crimson panic handler for mirai; move exception handling from idt to crimson
Bobby
1
-1
/
+6
2025-12-01
clean up main with simulated boot sequence
Bobby
1
-150
/
+9
2025-11-28
bring framebuffer and terminal back
Bobby
1
-24
/
+134
2025-11-28
improved IDT and keyboard drivers
Bobby
1
-38
/
+29
2025-11-28
implement heap allocator and `alloc()` and `free()`
Bobby
1
-23
/
+39
2025-11-28
impl page table manager and physical memory manager for kernel; main is back ...
Bobby
1
-53
/
+32
2025-11-27
akiba shell (ash) with mi (mité) command
Bobby
1
-0
/
+5
2025-11-27
add ps/2 keyboard driver, interrupts for keyboard and basic terminal
Bobby
1
-2
/
+5
2025-11-27
update default font and impl color conversion
Bobby
1
-1
/
+1
2025-11-27
basic framebuffer text rendering with build system update
Bobby
1
-19
/
+24
2025-11-27
add akiba filesystem with ata, serial, and vga drivers
Bobby
1
-198
/
+41
2025-11-27
framebuffer working with grub UEFI boot
Bobby
1
-0
/
+216