index
:
akiba
main
Drifting from abyss towards the infinite!
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mirai
/
kata
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-24
Bunch of stuff moved as .old for new arch change
Bobby
9
-986
/
+0
2026-02-24
commit for arch change
Bobby
6
-45
/
+68
2026-02-23
feat: Enhance Kata state management with new states and deferred cleanup for ...
Bobby
7
-30
/
+71
2026-02-23
fix: Prevent crash by skipping destruction of current kata's page table in cl...
Bobby
1
-2
/
+8
2026-02-23
feat: Enhance Kata memory management with stack growth support and additional...
Bobby
3
-6
/
+38
2026-02-23
refactor: dynamic allocation for letter data in Kata invocations
Bobby
2
-3
/
+11
2026-02-23
fix: dynamic attachments in kata
Bobby
3
-5
/
+43
2026-02-23
refactor: Simplify memory cleanup logic in Kata management
Bobby
2
-8
/
+0
2026-02-23
feat: Implement memory cleanup for dissolved Katas and enhance page table des...
Bobby
2
-0
/
+19
2026-02-20
fix: Update memory section start address in linker script to 512MB
Bobby
1
-4
/
+4
2026-02-20
fix: Correct KERNEL_MAP_END value and update MAX_LOCATION_LENGTH documentation
Bobby
1
-5
/
+5
2026-02-20
feat: Refactor path handling to use location utilities and update related str...
Bobby
2
-21
/
+57
2026-02-20
feat: Implement CMOS/RTC and CPUID operations, add PIT driver, and enhance AF...
Bobby
1
-11
/
+17
2026-02-15
Refactor Kata Memory Management and Scheduler
Bobby
11
-707
/
+610
2026-02-15
Refactor Multiboot Integration and Enhance Terminal Functionality
Bobby
1
-2
/
+2
2026-02-15
Refactor I/O operations and update driver imports
Bobby
5
-8
/
+8
2026-02-13
Refactor and enhance filesystem navigation and communication between Katas
Bobby
1
-0
/
+11
2026-02-13
Refactor interrupt handling and syscall entry
Bobby
2
-85
/
+33
2026-01-28
refactor: Replace inline assembly with CPU and I/O functions across multiple ...
Bobby
2
-2
/
+3
2026-01-27
Refactor memory management and system constants
Bobby
3
-18
/
+30
2026-01-23
feat: Integrate memory constants across modules for improved configuration ma...
Bobby
3
-4
/
+226
2026-01-23
refactor: Reorder and organize import statements across multiple files for im...
Bobby
3
-5
/
+5
2026-01-23
feat: Remove debug print statements across various modules to clean up output
Bobby
3
-27
/
+0
2026-01-23
feat: Remove debug print statements across various invocations and the scheduler
Bobby
2
-71
/
+10
2026-01-22
feat: Implement keyboard input handling and shell functionality
Bobby
2
-23
/
+101
2025-12-30
feat: improve panic diagnostics, memory paging, and system task loading
Bobby
3
-40
/
+171
2025-12-16
separate invocations; moved helper functions to utils; created invocations fo...
Bobby
1
-37
/
+35
2025-12-12
file descriptors, IO, and more invocations
Bobby
3
-2
/
+95
2025-12-11
updated interrupts, invocations, kata, and paging to switch to Layer 3
Bobby
3
-95
/
+101
2025-12-09
kata (processes) and sensei (scheduler) using CFS lite system
Bobby
3
-0
/
+470