aboutsummaryrefslogtreecommitdiff
path: root/common
AgeCommit message (Collapse)AuthorFilesLines
2026-07-12Reorg: extract build strings to common/strings/build.zig and build function ↵HEADmainBobby1-0/+36
to toolchain/build; root build.zig is a thin wrapper
2026-07-12Port fixes onto kernel structure: GDT TSS align(8), mirai/hikari layout ↵Bobby1-8/+10
constants agreement, PMM bitmap slice, AFS B-tree 8-byte key + offset table + align(1) reads, FAT32 ESP min-cluster, stack allocator + framebuffer drivers, serial panic handler
2026-02-25feat: Add common constants, errors, and serial driver functionalityBobby16-0/+224