aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-15Refactor Kata Memory Management and SchedulerBobby30-760/+680
2026-02-15refactor: Restructure ELF and Akiba format handling, modularize componentsBobby13-318/+299
2026-02-15Refactor Crimson Panic Handler and Exception ManagementBobby12-594/+488
2026-02-15Refactor Multiboot Integration and Enhance Terminal FunctionalityBobby31-730/+674
2026-02-15refactor: Update stack entry structure and improve type handling in integer u...Bobby5-24/+38
2026-02-15Refactor I/O operations and update driver importsBobby35-85/+257
2026-02-15refactor: Simplify comments and remove redundant descriptions in constants filesBobby12-301/+15
2026-02-15Add drivers and constants for ATA, AHCI, PCI, Keyboard, Serial, and VGABobby26-965/+970
2026-02-15Refactor AFS and GPT Filesystem ImplementationBobby14-801/+828
2026-02-15Refactor terminal graphics and video handlingBobby12-626/+467
2026-02-15feat: Add various invocations for file system and I/O operationsBobby63-1531/+1804
2026-02-15feat: Enhance command prompt to display current stack nameBobby1-2/+38
2026-02-15feat: Add 'wipe' command for clearing the terminal screenBobby6-15/+36
2026-02-15feat: Add 'rd' command for reading unit contents with error handlingBobby2-0/+71
2026-02-14refactor: Enhance UEFI firmware detection logic in run scriptBobby1-4/+15
2026-02-13Update Akiba screenshot in READMEBobby1-1/+1
2026-02-13Refactor and enhance filesystem navigation and communication between KatasBobby17-144/+688
2026-02-13refactor: Improve stack viewing and argument handling with enhanced error rep...Bobby8-82/+194
2026-02-13refactor: Enhance process spawning with argument support and streamline entry...Bobby9-32/+199
2026-02-13Refactor interrupt handling and syscall entryBobby10-661/+677
2026-01-29refactor: Consolidate syscall handling by replacing individual syscall functi...Bobby5-60/+42
2026-01-29refactor: Standardize memory import naming and replace inline memory access w...Bobby5-81/+22
2026-01-28refactor: Replace inline assembly with CPU and I/O functions across multiple ...Bobby13-90/+57
2026-01-28refactor: Replace inline assembly with I/O functions in ATA, keyboard, and PC...Bobby3-84/+20
2026-01-28refactor: Replace inline assembly with I/O functions for serial port operationsBobby1-24/+11
2026-01-28feat: Add CPU control, I/O port, memory management, MSR, and syscall operationsBobby5-0/+182
2026-01-28Update README to include screenshot and remove detailsBobby1-28/+2
2026-01-28fix: Correct typo in boot message textBobby1-1/+1
2026-01-28feat: Remove delay function and its usage in boot sequence and message replayBobby1-15/+0
2026-01-28feat: Update stack viewer to include owner, permissions, and modified time de...Bobby6-34/+49
2026-01-27feat: Enhance stack viewer with owner, permissions, and modified time detailsBobby4-72/+166
2026-01-27feat: Add owner and permission fields to AFS directory entry structureBobby3-7/+60
2026-01-27feat: Enhance stack display with size information and improve error handlingBobby2-8/+75
2026-01-27feat: Remove echo and rd binaries; add mi stack viewer and viewstack syscallBobby13-67/+343
2026-01-27feat: Dynamically calculate kernel end address using linker symbolBobby3-7/+20
2026-01-27Refactor memory management and system constantsBobby20-108/+594
2026-01-23feat: Integrate memory constants across modules for improved configuration ma...Bobby11-190/+417
2026-01-23feat: Add centralized memory constants for layout and stack configurationBobby1-0/+18
2026-01-23refactor: Reorder and organize import statements across multiple files for im...Bobby26-64/+61
2026-01-23feat: Remove debug print statements across various modules to clean up outputBobby24-323/+10
2026-01-23fix keypresses not appearing on terminal in ashBobby5-10/+87
2026-01-23feat: Remove debug print statements across various invocations and the schedulerBobby9-184/+29
2026-01-22feat: Implement keyboard input handling and shell functionalityBobby20-252/+546
2025-12-30feat: extend page table creation to map MMIO region for framebuffer and AHCIBobby1-1/+7
2025-12-30feat: refactor Pulse init system to improve loading sequence and remove debug...Bobby2-62/+28
2025-12-30feat: add yield invocation and syscall support for process schedulingBobby4-3/+44
2025-12-30feat: improve panic diagnostics, memory paging, and system task loadingBobby12-175/+429
2025-12-30feat: add Pulse init system with process management and error handlingBobby2-0/+55
2025-12-30fix: update ELF load address to start at 16MB after kernelBobby1-1/+1
2025-12-30refactor: reorganize library build process; add syscall interface and I/O ope...Bobby8-35/+70