index
:
akiba
main
Drifting from abyss towards the infinite!
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Branch
Commit message
Author
Age
main
refactor: reorganize kernel structure and implement memory management zones
Bobby
2 months
Age
Commit message
Author
Files
Lines
2026-03-30
refactor: reorganize kernel structure and implement memory management zones
HEAD
main
Bobby
16
-259
/
+660
2026-03-27
refactor: streamline interrupt and exception handler implementations
Bobby
4
-86
/
+102
2026-03-27
Refactor and implement interrupt handling and PIT driver
Bobby
48
-92
/
+951
2026-03-25
refactor: Simplify installation step handling in build process
Bobby
1
-4
/
+1
2026-03-25
Add AFS and FAT32 filesystem implementations
Bobby
62
-1617
/
+2778
2026-03-20
Implement exception handling framework with hardware, software, and resource ...
Bobby
78
-0
/
+2719
2026-02-25
Add Global Descriptor Table (GDT) and Task State Segment (TSS) implementation
Bobby
46
-49
/
+1301
2026-02-25
feat: Implement Kagami page table abstraction with allocation, mapping, and p...
Bobby
19
-0
/
+866
2026-02-25
feat: Implement Physical Memory Manager with allocation and deallocation func...
Bobby
18
-0
/
+582
2026-02-25
feat: Add common constants, errors, and serial driver functionality
Bobby
29
-12
/
+558
[...]