summaryrefslogtreecommitdiff
path: root/src/user/include
AgeCommit message (Collapse)AuthorLines
2021-03-02command history in shellBenji Dial-1/+7
2021-03-01minimal file writing, shutdown keybinding (Win+Shift+Q)Benji Dial-1/+13
2021-02-19rtc fixes, time commandBenji Dial-0/+13
2021-02-18vbe support, truecolor window manager pixbufsBenji Dial-11/+21
2021-02-17dirlist program, making fat refuse to list file as directoryBenji Dial-0/+6
2021-02-16rtc timestamp, knob rand, random terminal colorBenji Dial-1/+14
2021-02-16terminal application with ipc, shift+pause state dumper, hello world for ↵Benji Dial-72/+118
terminal, meminfo popup program
2021-01-24graphics!Benji Dial-174/+267
2020-11-08manual viewer, "swap colors" system callBenji Dial-1/+6
2020-09-20history when getting line from user in knobBenji Dial-1/+11
2020-09-19file managerBenji Dial-45/+171
2020-09-13dirinfo commandBenji Dial-1/+12
2020-09-13new shellBenji Dial-2/+7
2020-09-13have command shell block while commands are runningBenji Dial-4/+12
2020-09-13making elf loader zero bss sectionsBenji Dial-3/+3
2020-09-13fixed some paging bugs, added fault handlers and new programsBenji Dial-0/+2
2020-09-13(basic, not much tested) keyboard, better panicBenji Dial-4/+12
2020-09-06minor changes, redoing makefile, meminfo programBenji Dial-2/+26
2020-09-06bugfixes, init program, hello worldBenji Dial-10/+14
2020-09-06program loading, othersBenji Dial-166/+210
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/+166
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