aboutsummaryrefslogtreecommitdiff
path: root/mirai/invocations
AgeCommit message (Expand)AuthorFilesLines
2026-02-24Bunch of stuff moved as .old for new arch changeBobby22-1260/+0
2026-02-24commit for arch changeBobby5-1/+190
2026-02-23feat: Enhance Kata state management with new states and deferred cleanup for ...Bobby2-2/+2
2026-02-23refactor: dynamic allocation for letter data in Kata invocationsBobby2-6/+27
2026-02-23fix: dynamic attachments in kataBobby5-28/+33
2026-02-20feat: Refactor path handling to use location utilities and update related str...Bobby2-10/+10
2026-02-20feat: Add used_clusters tracking in AFS and update disk info retrievalBobby1-5/+0
2026-02-20feat: Enhance diskinfo invocation with interrupt handling for safe disk reads...Bobby1-0/+5
2026-02-20feat: Add OS information invocations for CPU, memory, disk, uptime, and timeBobby6-0/+184
2026-02-15Refactor Kata Memory Management and SchedulerBobby11-41/+42
2026-02-15refactor: Restructure ELF and Akiba format handling, modularize componentsBobby1-1/+1
2026-02-15Refactor Multiboot Integration and Enhance Terminal FunctionalityBobby1-2/+2
2026-02-15refactor: Update stack entry structure and improve type handling in integer u...Bobby2-22/+27
2026-02-15Refactor I/O operations and update driver importsBobby10-20/+21
2026-02-15feat: Add various invocations for file system and I/O operationsBobby29-1107/+722
2026-02-15feat: Add 'wipe' command for clearing the terminal screenBobby2-0/+11
2026-02-13Refactor and enhance filesystem navigation and communication between KatasBobby7-25/+425
2026-02-13refactor: Improve stack viewing and argument handling with enhanced error rep...Bobby2-19/+74
2026-02-13refactor: Enhance process spawning with argument support and streamline entry...Bobby1-3/+30
2026-02-13Refactor interrupt handling and syscall entryBobby1-163/+35
2026-01-29refactor: Standardize memory import naming and replace inline memory access w...Bobby1-52/+6
2026-01-28refactor: Replace inline assembly with CPU and I/O functions across multiple ...Bobby1-1/+1
2026-01-28feat: Update stack viewer to include owner, permissions, and modified time de...Bobby1-3/+3
2026-01-27feat: Enhance stack viewer with owner, permissions, and modified time detailsBobby2-6/+20
2026-01-27feat: Remove echo and rd binaries; add mi stack viewer and viewstack syscallBobby3-9/+88
2026-01-27Refactor memory management and system constantsBobby2-10/+21
2026-01-23refactor: Reorder and organize import statements across multiple files for im...Bobby11-34/+32
2026-01-23feat: Remove debug print statements across various modules to clean up outputBobby9-107/+3
2026-01-23fix keypresses not appearing on terminal in ashBobby1-5/+52
2026-01-23feat: Remove debug print statements across various invocations and the schedulerBobby4-47/+16
2026-01-22feat: Implement keyboard input handling and shell functionalityBobby5-25/+52
2025-12-30feat: add yield invocation and syscall support for process schedulingBobby2-0/+23
2025-12-30feat: improve panic diagnostics, memory paging, and system task loadingBobby2-21/+49
2025-12-16separate invocations; moved helper functions to utils; created invocations fo...Bobby9-492/+535
2025-12-12file descriptors, IO, and more invocationsBobby2-26/+471
2025-12-11updated interrupts, invocations, kata, and paging to switch to Layer 3Bobby3-79/+72
2025-12-09invocations (syscalls) using syscall/sysretBobby3-0/+347