aboutsummaryrefslogtreecommitdiff
path: root/mirai/kata/memory.zig
AgeCommit message (Expand)AuthorFilesLines
2026-02-24Bunch of stuff moved as .old for new arch changeBobby1-288/+0
2026-02-24commit for arch changeBobby1-38/+30
2026-02-23feat: Enhance Kata state management with new states and deferred cleanup for ...Bobby1-3/+37
2026-02-23fix: Prevent crash by skipping destruction of current kata's page table in cl...Bobby1-2/+8
2026-02-23feat: Enhance Kata memory management with stack growth support and additional...Bobby1-6/+34
2026-02-23refactor: Simplify memory cleanup logic in Kata managementBobby1-6/+0
2026-02-23feat: Implement memory cleanup for dissolved Katas and enhance page table des...Bobby1-0/+15
2026-02-20fix: Update memory section start address in linker script to 512MBBobby1-4/+4
2026-02-20fix: Correct KERNEL_MAP_END value and update MAX_LOCATION_LENGTH documentationBobby1-5/+5
2026-02-20feat: Refactor path handling to use location utilities and update related str...Bobby1-19/+55
2026-02-15Refactor Kata Memory Management and SchedulerBobby1-76/+22
2026-02-15Refactor I/O operations and update driver importsBobby1-1/+1
2026-01-28refactor: Replace inline assembly with CPU and I/O functions across multiple ...Bobby1-1/+1
2026-01-27Refactor memory management and system constantsBobby1-6/+17
2026-01-23feat: Integrate memory constants across modules for improved configuration ma...Bobby1-0/+226