Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2021-06-21 | many, many changes; settings is broken | Benji Dial | -3/+3 | |
2021-03-11 | settings editor, and lots of changes in service of that | Benji Dial | -1/+6 | |
2021-03-03 | moving 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-02 | removing stub for special handling of 'sd' prefix in file paths from knob | Benji 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-01 | minimal file writing, shutdown keybinding (Win+Shift+Q) | Benji Dial | -0/+15 | |
2021-01-24 | graphics! | Benji Dial | -19/+7 | |
2020-09-19 | file manager | Benji Dial | -1/+20 | |
2020-09-13 | new shell | Benji Dial | -0/+44 | |
2020-09-06 | bugfixes, init program, hello world | Benji Dial | -9/+7 | |
2020-09-06 | program loading, others | Benji 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 |