summaryrefslogtreecommitdiff
path: root/src/kernel/drive.c
AgeCommit message (Collapse)AuthorLines
2021-06-21many, many changes; settings is brokenBenji Dial-0/+79
2021-03-04making fs drivers ignore already open files during kernel setup and when ↵Benji Dial-0/+2
opening init for the first time
2021-03-01minimal file writing, shutdown keybinding (Win+Shift+Q)Benji Dial-16/+12
2020-09-19file managerBenji Dial-0/+6
2020-09-13(basic, not much tested) keyboard, better panicBenji Dial-3/+3
2020-09-06program loading, othersBenji Dial-7/+16
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-13FAT16 directory enumeration, making many functions static, new 'log' ↵Benji Dial-5/+18
functions to wrap vga and serial
2020-08-13lots of progress, including readonly PATA driver and part of FAT16 driverBenji Dial-6/+6
2020-08-11lots of progressBenji Dial-0/+38
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