aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-12-01clean up main with simulated boot sequenceBobby3-174/+256
2025-11-28support for 24 bit and 32 bit color. crisp and lovely color renderingBobby4-16/+179
2025-11-28add akiba psf fontBobby1-0/+0
2025-11-28bring framebuffer and terminal backBobby5-46/+311
2025-11-28add `.zig-cache` to cleanBobby1-2/+2
2025-11-28improved IDT and keyboard driversBobby4-287/+579
2025-11-28copy akiba theme to boot dirBobby1-0/+2
2025-11-28akiba font and theme for grubBobby13-4/+79
2025-11-28update readme with memory architecture until nowBobby1-0/+28
2025-11-28implement heap allocator and `alloc()` and `free()`Bobby2-23/+333
2025-11-28impl page table manager and physical memory manager for kernel; main is back ...Bobby4-63/+288
2025-11-28modify multiboot for hybrid kernel (identity + higher half)Bobby1-50/+30
2025-11-28modify `boot.s` for booting to higher-halfBobby1-0/+56
2025-11-27impl mi and nav with args; update fs to show extensions; add location resolverBobby5-6/+356
2025-11-27akiba shell (ash) with mi (mité) commandBobby6-17/+161
2025-11-27add ps/2 keyboard driver, interrupts for keyboard and basic terminalBobby5-10/+436
2025-11-27update default font and impl color conversionBobby4-2/+10
2025-11-27basic framebuffer text rendering with build system updateBobby8-48/+337
2025-11-27update resources system dirBobby1-2/+2
2025-11-27rename assets to resourcesBobby1-0/+0
2025-11-27move fonts one level upBobby1-0/+0
2025-11-27add default psf font for renderingBobby2-0/+0
2025-11-27update gitignore to ignore log and build filesBobby1-1/+5
2025-11-27update grub for akiba file systemBobby1-0/+6
2025-11-27move build system to zig, Docker for non linux systemsBobby3-33/+200
2025-11-27update run script for new image formatBobby1-1/+1
2025-11-27add akiba filesystem with ata, serial, and vga driversBobby8-198/+660
2025-11-27framebuffer working with grub UEFI bootBobby8-0/+486
2025-11-27Initial commitBobby2-0/+23