summaryrefslogtreecommitdiff
path: root/src/user/knob/file.c
AgeCommit message (Collapse)AuthorLines
2021-03-03moving windows with mouse, changing some old panics into syslogs, small ↵Benji Dial-1/+1
bugfix in knob files, "send to back" wm keybinding
2021-03-02removing stub for special handling of 'sd' prefix in file paths from knobBenji Dial-17/+3
passing a path with an 'sd' prefix will now act like any other path on the first drive, instead of closing the calling program. eventually, i will add a system of mounting drives directly into a file hierarchy (like in unix), and have all of the system calls just pass a path, no drive number
2021-03-01minimal file writing, shutdown keybinding (Win+Shift+Q)Benji Dial-0/+15
2021-01-24graphics!Benji Dial-19/+7
2020-09-19file managerBenji Dial-1/+20
2020-09-13new shellBenji Dial-0/+44
2020-09-06bugfixes, init program, hello worldBenji Dial-9/+7
2020-09-06program loading, othersBenji Dial-0/+82
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