aboutsummaryrefslogtreecommitdiff
path: root/mirai/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-03-27Refactor and implement interrupt handling and PIT driverBobby5-0/+77
2026-02-25Add Global Descriptor Table (GDT) and Task State Segment (TSS) implementationBobby2-48/+78
2026-02-25feat: Add common constants, errors, and serial driver functionalityBobby4-0/+134
2026-02-24Bunch of stuff moved as .old for new arch changeBobby12-979/+0
2026-02-24commit for arch changeBobby1-3/+3
2026-02-23feat: Enhance Kata state management with new states and deferred cleanup for ...Bobby1-2/+51
2026-02-20feat: Refactor path handling to use location utilities and update related str...Bobby1-5/+6
2026-02-20feat: Implement CMOS/RTC and CPUID operations, add PIT driver, and enhance AF...Bobby1-0/+12
2026-02-15Refactor Kata Memory Management and SchedulerBobby1-1/+1
2026-02-15Refactor I/O operations and update driver importsBobby3-0/+139
2026-02-15Add drivers and constants for ATA, AHCI, PCI, Keyboard, Serial, and VGABobby14-965/+778
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-27Refactor memory management and system constantsBobby1-2/+2
2026-01-23feat: Integrate memory constants across modules for improved configuration ma...Bobby1-1/+2
2026-01-23refactor: Reorder and organize import statements across multiple files for im...Bobby1-2/+2
2026-01-23feat: Remove debug print statements across various modules to clean up outputBobby2-32/+0
2026-01-22feat: Implement keyboard input handling and shell functionalityBobby1-34/+33
2025-12-30feat: improve panic diagnostics, memory paging, and system task loadingBobby1-30/+42
2025-12-12file descriptors, IO, and more invocationsBobby1-0/+69
2025-12-08move device finder to ahciBobby1-0/+18
2025-12-01implement GPT parser, ACHI and PCI drivers, update AFS to use AHCIBobby2-0/+602
2025-11-28bring framebuffer and terminal backBobby1-1/+6
2025-11-28improved IDT and keyboard driversBobby1-43/+71
2025-11-27akiba shell (ash) with mi (mité) commandBobby1-5/+2
2025-11-27add ps/2 keyboard driver, interrupts for keyboard and basic terminalBobby1-0/+152
2025-11-27add akiba filesystem with ata, serial, and vga driversBobby3-0/+191