aboutsummaryrefslogtreecommitdiff
path: root/system
AgeCommit message (Expand)AuthorFilesLines
2026-02-15feat: Add core libraries for color, formatting, I/O, string manipulation, and...Bobby27-0/+838
2026-02-15feat: Enhance command prompt to display current stack nameBobby1-2/+38
2026-02-15feat: Add 'wipe' command for clearing the terminal screenBobby2-15/+5
2026-02-13Refactor and enhance filesystem navigation and communication between KatasBobby3-101/+161
2026-02-13refactor: Improve stack viewing and argument handling with enhanced error rep...Bobby4-37/+89
2026-02-13refactor: Enhance process spawning with argument support and streamline entry...Bobby6-12/+61
2026-01-29refactor: Consolidate syscall handling by replacing individual syscall functi...Bobby3-54/+39
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 detailsBobby1-0/+4
2026-01-27feat: Remove echo and rd binaries; add mi stack viewer and viewstack syscallBobby4-14/+100
2026-01-23feat: Integrate memory constants across modules for improved configuration ma...Bobby1-3/+3
2026-01-23fix keypresses not appearing on terminal in ashBobby1-2/+3
2026-01-23feat: Remove debug print statements across various invocations and the schedulerBobby1-3/+3
2026-01-22feat: Implement keyboard input handling and shell functionalityBobby6-15/+98
2025-12-30feat: refactor Pulse init system to improve loading sequence and remove debug...Bobby1-39/+4
2025-12-30feat: add yield invocation and syscall support for process schedulingBobby2-3/+21
2025-12-30feat: add Pulse init system with process management and error handlingBobby2-0/+55
2025-12-30refactor: reorganize library build process; add syscall interface and I/O ope...Bobby6-0/+175