summaryrefslogtreecommitdiff
path: root/src/kernel/vga.h
AgeCommit message (Collapse)AuthorLines
2020-08-13FAT16 directory enumeration, making many functions static, new 'log' ↵Benji Dial-2/+0
functions to wrap vga and serial
2020-08-13lots of progress, including readonly PATA driver and part of FAT16 driverBenji Dial-2/+2
2020-08-11lots of progressBenji Dial-3/+8
currently, BAR fields of IDE drives are all returning zero, and the ATA read function isn't working. i'm not sure why. i'm going to work on VESA next, and come back to the IDE driver later
2020-05-24very basic vga, ata, serial drivers. start of fat and fs driversBenji Dial-4/+2
2020-05-16small stub with fat infoBenji Dial-1/+8
2020-05-16Hello worldBenji Dial-0/+3
2020-05-16starting overBenji Dial-37/+0
2019-12-27apm and smbios stubs, get_char can now wait for printableBenji Dial-0/+1
2019-12-26more info tagsBenji Dial-1/+4
2019-12-26working memory managerBenji Dial-6/+0
2019-12-26got multiboot info parsed!Benji Dial-0/+6
2019-12-24start of 0.0.9 branch, using multiboot this timeBenji Dial-0/+2
2019-12-14more of bootloader, tiny kernel stubBenji Dial-0/+31