aboutsummaryrefslogtreecommitdiff
path: root/mirai/kata
AgeCommit message (Expand)AuthorFilesLines
2026-02-24Bunch of stuff moved as .old for new arch changeBobby9-986/+0
2026-02-24commit for arch changeBobby6-45/+68
2026-02-23feat: Enhance Kata state management with new states and deferred cleanup for ...Bobby7-30/+71
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...Bobby3-6/+38
2026-02-23refactor: dynamic allocation for letter data in Kata invocationsBobby2-3/+11
2026-02-23fix: dynamic attachments in kataBobby3-5/+43
2026-02-23refactor: Simplify memory cleanup logic in Kata managementBobby2-8/+0
2026-02-23feat: Implement memory cleanup for dissolved Katas and enhance page table des...Bobby2-0/+19
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...Bobby2-21/+57
2026-02-20feat: Implement CMOS/RTC and CPUID operations, add PIT driver, and enhance AF...Bobby1-11/+17
2026-02-15Refactor Kata Memory Management and SchedulerBobby11-707/+610
2026-02-15Refactor Multiboot Integration and Enhance Terminal FunctionalityBobby1-2/+2
2026-02-15Refactor I/O operations and update driver importsBobby5-8/+8
2026-02-13Refactor and enhance filesystem navigation and communication between KatasBobby1-0/+11
2026-02-13Refactor interrupt handling and syscall entryBobby2-85/+33
2026-01-28refactor: Replace inline assembly with CPU and I/O functions across multiple ...Bobby2-2/+3
2026-01-27Refactor memory management and system constantsBobby3-18/+30
2026-01-23feat: Integrate memory constants across modules for improved configuration ma...Bobby3-4/+226
2026-01-23refactor: Reorder and organize import statements across multiple files for im...Bobby3-5/+5
2026-01-23feat: Remove debug print statements across various modules to clean up outputBobby3-27/+0
2026-01-23feat: Remove debug print statements across various invocations and the schedulerBobby2-71/+10
2026-01-22feat: Implement keyboard input handling and shell functionalityBobby2-23/+101
2025-12-30feat: improve panic diagnostics, memory paging, and system task loadingBobby3-40/+171
2025-12-16separate invocations; moved helper functions to utils; created invocations fo...Bobby1-37/+35
2025-12-12file descriptors, IO, and more invocationsBobby3-2/+95
2025-12-11updated interrupts, invocations, kata, and paging to switch to Layer 3Bobby3-95/+101
2025-12-09kata (processes) and sensei (scheduler) using CFS lite systemBobby3-0/+470