aboutsummaryrefslogtreecommitdiff
path: root/mirai/memory/paging.zig
AgeCommit message (Expand)AuthorFilesLines
2026-02-24Bunch of stuff moved as .old for new arch changeBobby1-415/+0
2026-02-24commit for arch changeBobby1-0/+107
2026-02-23refactor: Simplify memory cleanup logic in Kata managementBobby1-22/+1
2026-02-23feat: Implement memory cleanup for dissolved Katas and enhance page table des...Bobby1-0/+82
2026-02-15refactor: Modularize memory management constants and improve structureBobby1-66/+48
2026-01-29refactor: Standardize memory import naming and replace inline memory access w...Bobby1-12/+4
2026-01-28refactor: Replace inline assembly with CPU and I/O functions across multiple ...Bobby1-8/+4
2026-01-27Refactor memory management and system constantsBobby1-28/+8
2026-01-23feat: Integrate memory constants across modules for improved configuration ma...Bobby1-14/+76
2026-01-23refactor: Reorder and organize import statements across multiple files for im...Bobby1-1/+1
2026-01-23feat: Remove debug print statements across various modules to clean up outputBobby1-6/+1
2026-01-22feat: Implement keyboard input handling and shell functionalityBobby1-0/+40
2025-12-30feat: extend page table creation to map MMIO region for framebuffer and AHCIBobby1-1/+7
2025-12-30feat: improve panic diagnostics, memory paging, and system task loadingBobby1-65/+57
2025-12-11updated interrupts, invocations, kata, and paging to switch to Layer 3Bobby1-2/+111
2025-11-28impl page table manager and physical memory manager for kernel; main is back ...Bobby1-0/+93