summaryrefslogtreecommitdiff
path: root/src/user/init
AgeCommit message (Collapse)AuthorLines
2021-01-24graphics!Benji Dial-16/+13
2020-09-13new shellBenji Dial-27/+9
2020-09-13have command shell block while commands are runningBenji Dial-1/+1
2020-09-13fixed some paging bugs, added fault handlers and new programsBenji Dial-6/+9
2020-09-13(basic, not much tested) keyboard, better panicBenji Dial-4/+20
2020-09-06minor changes, redoing makefile, meminfo programBenji Dial-1/+1
2020-09-06bugfixes, init program, hello worldBenji Dial-18/+20
2020-09-06program loading, othersBenji Dial-8/+21
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-11lots of progressBenji Dial-0/+16
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