Age | Commit message (Collapse) | Author | Lines |
|
bugfix in knob files, "send to back" wm keybinding
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
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
|