aboutsummaryrefslogtreecommitdiff
path: root/mirai/memory/pmm.zig
AgeCommit message (Expand)AuthorFilesLines
2026-02-24Bunch of stuff moved as .old for new arch changeBobby1-229/+0
2026-02-24commit for arch changeBobby1-5/+48
2026-02-20feat: Implement CMOS/RTC and CPUID operations, add PIT driver, and enhance AF...Bobby1-0/+12
2026-02-15refactor: Modularize memory management constants and improve structureBobby1-85/+43
2026-02-15Refactor Multiboot Integration and Enhance Terminal FunctionalityBobby1-1/+1
2026-02-15Refactor I/O operations and update driver importsBobby1-1/+1
2026-01-29refactor: Standardize memory import naming and replace inline memory access w...Bobby1-6/+2
2026-01-28refactor: Replace inline assembly with CPU and I/O functions across multiple ...Bobby1-4/+3
2026-01-27feat: Dynamically calculate kernel end address using linker symbolBobby1-3/+0
2026-01-27Refactor memory management and system constantsBobby1-3/+6
2026-01-23feat: Integrate memory constants across modules for improved configuration ma...Bobby1-3/+61
2025-11-28impl page table manager and physical memory manager for kernel; main is back ...Bobby1-0/+163