Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2020-09-06 | program loading, others | Benji Dial | -12/+39 | |
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 | -1/+2 | |
functions to wrap vga and serial | ||||
2020-08-13 | lots of progress, including readonly PATA driver and part of FAT16 driver | Benji Dial | -1/+1 | |
2020-08-11 | lots of progress | Benji Dial | -17/+34 | |
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-25 | got file loading working properly | Benji Dial | -2/+6 | |
2020-05-25 | script to debug with qemu and gdb | Benji Dial | -4/+4 | |
2020-05-24 | basic fs type stuff, fat16, removing stack segment and using data segment | Benji Dial | -1/+1 | |
2020-05-24 | very basic vga, ata, serial drivers. start of fat and fs drivers | Benji Dial | -9/+21 | |
2020-05-16 | small stub with fat info | Benji Dial | -0/+3 | |
2020-05-16 | Hello world | Benji Dial | -0/+21 | |
2020-05-16 | starting over | Benji Dial | -41/+0 | |
2020-01-18 | going to try efi again | Benji Dial | -3/+3 | |
2020-01-05 | function to return pointers to functions to read from a constant interface, ↵ | Benji Dial | -2/+6 | |
so we only have to check the interface once per macro operation | ||||
2019-12-27 | doing iso9660 before gpt, making partition detection expandable | Benji Dial | -12/+13 | |
2019-12-27 | lots of new stuff. new memory manager, some stuff on file plumbing | Benji Dial | -2/+4 | |
2019-12-26 | keyboard skeleton, skeleton, rcs, etc | Benji Dial | -7/+12 | |
2019-12-26 | got multiboot info parsed! | Benji Dial | -7/+8 | |
2019-12-25 | some more, tag part doesn't work | Benji Dial | -1/+3 | |
2019-12-25 | more progress | Benji Dial | -2/+5 | |
2019-12-24 | start of 0.0.9 branch, using multiboot this time | Benji Dial | -14/+10 | |
2019-12-24 | small changes, part 2, rewriting bootloader partially, giving up on this branch | Benji Dial | -2/+7 | |
2019-12-23 | small changes, part 1 | Benji Dial | -10/+7 | |
2019-12-14 | more of bootloader, tiny kernel stub | Benji Dial | -2/+15 | |
2019-12-11 | still need to read, parse root directory to find kernel and need to put boot ↵ | Benji Dial | -0/+12 | |
signature at 0x7dfe to jump around |