aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-20feat: Add used_clusters tracking in AFS and update disk info retrievalBobby7-44/+31
2026-02-20feat: Enhance diskinfo invocation with interrupt handling for safe disk reads...Bobby2-1/+6
2026-02-20feat: Add sysinfo module for system information display and integrate datetim...Bobby4-1/+279
2026-02-20feat: Add datetime and OS information libraries with formatting and retrieval...Bobby15-58/+345
2026-02-20feat: Implement CMOS/RTC and CPUID operations, add PIT driver, and enhance AF...Bobby13-11/+258
2026-02-20feat: Add OS information invocations for CPU, memory, disk, uptime, and timeBobby6-0/+184
2026-02-20refactor: Update resource management in Makefile and adjust font pathsBobby6-15/+14
2026-02-20feat: Enhance stack display with table formatting and color supportBobby3-58/+136
2026-02-20feat: Implement parameter parsing library and integrate into existing binariesBobby12-30/+353
2026-02-15Make all binaries use library imports. Remove akiba library.Bobby18-656/+138
2026-02-15refactor: Simplify dependency declarations in format, io, and kata librariesBobby3-8/+8
2026-02-15feat: Add core libraries for color, formatting, I/O, string manipulation, and...Bobby27-0/+838
2026-02-15refactor: Improve library dependency collection and management in build processBobby1-109/+115
2026-02-15refactor: Enhance library dependency management and build processBobby1-46/+132
2026-02-15refactor: Modularize memory management constants and improve structureBobby6-256/+147
2026-02-15refactor: Modularize IDT and PIC handling, improve structure and organizationBobby6-74/+107
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