Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-09-13 | fixed some paging bugs, added fault handlers and new programs | Benji Dial | -0/+2 | |
2020-09-06 | program loading, others | Benji Dial | -10/+7 | |
big kernel additions: paging, elf loading, separate kernel and user page allocation it now properly loads and runs sd0:bin/init.elf still need to determine which disk was booted from, and start the init on that disk | ||||
2020-08-13 | FAT16 directory enumeration, making many functions static, new 'log' ↵ | Benji Dial | -32/+12 | |
functions to wrap vga and serial | ||||
2020-08-13 | lots of progress, including readonly PATA driver and part of FAT16 driver | Benji Dial | -3/+3 | |
2020-08-11 | lots of progress | Benji Dial | -4/+4 | |
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-24 | very basic vga, ata, serial drivers. start of fat and fs drivers | Benji Dial | -39/+19 | |
2020-05-16 | small stub with fat info | Benji Dial | -5/+72 | |
2020-05-16 | Hello world | Benji Dial | -0/+14 | |
2020-05-16 | starting over | Benji Dial | -146/+0 | |
2019-12-27 | apm and smbios stubs, get_char can now wait for printable | Benji Dial | -0/+14 | |
2019-12-26 | more info tags | Benji Dial | -2/+43 | |
2019-12-26 | working memory manager | Benji Dial | -24/+0 | |
2019-12-26 | serial ports, echo vga output over COM2 | Benji Dial | -1/+1 | |
2019-12-26 | got multiboot info parsed! | Benji Dial | -8/+15 | |
2019-12-25 | some more, tag part doesn't work | Benji Dial | -1/+1 | |
2019-12-24 | start of 0.0.9 branch, using multiboot this time | Benji Dial | -0/+37 | |
2019-12-14 | more of bootloader, tiny kernel stub | Benji Dial | -0/+71 | |