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
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-30
refactor: reorganize kernel structure and implement memory management zones
HEAD
main
Bobby
9
-0
/
+466
2026-02-24
Bunch of stuff moved as .old for new arch change
Bobby
3
-859
/
+0
2026-02-24
commit for arch change
Bobby
2
-5
/
+155
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-20
feat: Implement CMOS/RTC and CPUID operations, add PIT driver, and enhance AF...
Bobby
1
-0
/
+12
2026-02-15
refactor: Modularize memory management constants and improve structure
Bobby
3
-256
/
+116
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-01-29
refactor: Standardize memory import naming and replace inline memory access w...
Bobby
2
-18
/
+6
2026-01-28
refactor: Replace inline assembly with CPU and I/O functions across multiple ...
Bobby
3
-13
/
+8
2026-01-27
feat: Dynamically calculate kernel end address using linker symbol
Bobby
1
-3
/
+0
2026-01-27
Refactor memory management and system constants
Bobby
4
-52
/
+17
2026-01-23
feat: Integrate memory constants across modules for improved configuration ma...
Bobby
3
-19
/
+140
2026-01-23
feat: Add centralized memory constants for layout and stack configuration
Bobby
1
-0
/
+18
2026-01-23
refactor: Reorder and organize import statements across multiple files for im...
Bobby
2
-2
/
+2
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
implement heap allocator and `alloc()` and `free()`
Bobby
1
-0
/
+294
2025-11-28
impl page table manager and physical memory manager for kernel; main is back ...
Bobby
2
-0
/
+256