aboutsummaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainrefactor: reorganize kernel structure and implement memory management zonesBobby2 months
 
 
AgeCommit messageAuthorFilesLines
2026-03-30refactor: reorganize kernel structure and implement memory management zonesHEADmainBobby16-259/+660
2026-03-27refactor: streamline interrupt and exception handler implementationsBobby4-86/+102
2026-03-27Refactor and implement interrupt handling and PIT driverBobby48-92/+951
2026-03-25refactor: Simplify installation step handling in build processBobby1-4/+1
2026-03-25Add AFS and FAT32 filesystem implementationsBobby62-1617/+2778
2026-03-20Implement exception handling framework with hardware, software, and resource ...Bobby78-0/+2719
2026-02-25Add Global Descriptor Table (GDT) and Task State Segment (TSS) implementationBobby46-49/+1301
2026-02-25feat: Implement Kagami page table abstraction with allocation, mapping, and p...Bobby19-0/+866
2026-02-25feat: Implement Physical Memory Manager with allocation and deallocation func...Bobby18-0/+582
2026-02-25feat: Add common constants, errors, and serial driver functionalityBobby29-12/+558
[...]