index
:
akiba
main
Drifting from abyss towards the infinite!
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mirai
/
memory
/
paging.zig
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-24
Bunch of stuff moved as .old for new arch change
Bobby
1
-415
/
+0
2026-02-24
commit for arch change
Bobby
1
-0
/
+107
2026-02-23
refactor: Simplify memory cleanup logic in Kata management
Bobby
1
-22
/
+1
2026-02-23
feat: Implement memory cleanup for dissolved Katas and enhance page table des...
Bobby
1
-0
/
+82
2026-02-15
refactor: Modularize memory management constants and improve structure
Bobby
1
-66
/
+48
2026-01-29
refactor: Standardize memory import naming and replace inline memory access w...
Bobby
1
-12
/
+4
2026-01-28
refactor: Replace inline assembly with CPU and I/O functions across multiple ...
Bobby
1
-8
/
+4
2026-01-27
Refactor memory management and system constants
Bobby
1
-28
/
+8
2026-01-23
feat: Integrate memory constants across modules for improved configuration ma...
Bobby
1
-14
/
+76
2026-01-23
refactor: Reorder and organize import statements across multiple files for im...
Bobby
1
-1
/
+1
2026-01-23
feat: Remove debug print statements across various modules to clean up output
Bobby
1
-6
/
+1
2026-01-22
feat: Implement keyboard input handling and shell functionality
Bobby
1
-0
/
+40
2025-12-30
feat: extend page table creation to map MMIO region for framebuffer and AHCI
Bobby
1
-1
/
+7
2025-12-30
feat: improve panic diagnostics, memory paging, and system task loading
Bobby
1
-65
/
+57
2025-12-11
updated interrupts, invocations, kata, and paging to switch to Layer 3
Bobby
1
-2
/
+111
2025-11-28
impl page table manager and physical memory manager for kernel; main is back ...
Bobby
1
-0
/
+93