aboutsummaryrefslogtreecommitdiff
path: root/mirai/hikari
AgeCommit message (Expand)AuthorFilesLines
2026-02-24Bunch of stuff moved as .old for new arch changeBobby8-416/+0
2026-02-24commit for arch changeBobby1-1/+1
2026-02-20feat: Refactor path handling to use location utilities and update related str...Bobby2-25/+25
2026-02-15Refactor Kata Memory Management and SchedulerBobby1-4/+4
2026-02-15refactor: Restructure ELF and Akiba format handling, modularize componentsBobby10-317/+271
2026-02-15Refactor Multiboot Integration and Enhance Terminal FunctionalityBobby1-2/+2
2026-02-15Refactor I/O operations and update driver importsBobby1-6/+6
2026-02-13Refactor and enhance filesystem navigation and communication between KatasBobby1-0/+12
2026-02-13refactor: Improve stack viewing and argument handling with enhanced error rep...Bobby1-13/+6
2026-02-13refactor: Enhance process spawning with argument support and streamline entry...Bobby1-5/+85
2026-01-28refactor: Replace inline assembly with CPU and I/O functions across multiple ...Bobby1-1/+1
2026-01-27Refactor memory management and system constantsBobby3-23/+81
2026-01-23feat: Integrate memory constants across modules for improved configuration ma...Bobby1-141/+38
2026-01-23refactor: Reorder and organize import statements across multiple files for im...Bobby2-6/+7
2026-01-23feat: Remove debug print statements across various modules to clean up outputBobby3-61/+2
2026-01-23fix keypresses not appearing on terminal in ashBobby1-1/+1
2026-01-23feat: Remove debug print statements across various invocations and the schedulerBobby1-61/+0
2026-01-22feat: Implement keyboard input handling and shell functionalityBobby1-145/+208
2025-12-30feat: improve panic diagnostics, memory paging, and system task loadingBobby1-19/+50
2025-12-11added hikari AKIBA ELF loaderBobby3-0/+447