aboutsummaryrefslogtreecommitdiff
path: root/mirai/invocations/handler.zig
AgeCommit message (Expand)AuthorFilesLines
2026-02-24Bunch of stuff moved as .old for new arch changeBobby1-92/+0
2026-02-24commit for arch changeBobby1-0/+2
2026-02-20feat: Add OS information invocations for CPU, memory, disk, uptime, and timeBobby1-0/+12
2026-02-15Refactor I/O operations and update driver importsBobby1-2/+2
2026-02-15feat: Add various invocations for file system and I/O operationsBobby1-50/+48
2026-02-15feat: Add 'wipe' command for clearing the terminal screenBobby1-0/+2
2026-02-13Refactor and enhance filesystem navigation and communication between KatasBobby1-0/+7
2026-01-27feat: Remove echo and rd binaries; add mi stack viewer and viewstack syscallBobby1-0/+3
2026-01-23refactor: Reorder and organize import statements across multiple files for im...Bobby1-4/+3
2026-01-23feat: Remove debug print statements across various modules to clean up outputBobby1-7/+0
2026-01-22feat: Implement keyboard input handling and shell functionalityBobby1-0/+2
2025-12-30feat: add yield invocation and syscall support for process schedulingBobby1-0/+2
2025-12-16separate invocations; moved helper functions to utils; created invocations fo...Bobby1-8/+26
2025-12-12file descriptors, IO, and more invocationsBobby1-7/+8
2025-12-11updated interrupts, invocations, kata, and paging to switch to Layer 3Bobby1-20/+3
2025-12-09invocations (syscalls) using syscall/sysretBobby1-0/+70