Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-11 | user: reorganize the userland sources | dzwdz | |
2022-07-08 | syscall/fs_respond: get the file id from the buf argument | dzwdz | |
Previously, file ids could only be positive integers, so their range was 31 bits - not enough to represent the entire memory. Now, pointers can be safely used as file ids. | |||
2022-07-07 | shared: add a flags argument to _syscall_fs_respond | dzwdz | |
2022-07-01 | init/fs: move the kernel stuff to /kdev/ | dzwdz | |
2022-06-29 | kernel/vfs: add the OPEN_CREATE flag | dzwdz | |
2022-04-12 | shared: fix some minor warnings | dzwdz | |
2022-04-07 | init: two concurrent shells - serial & vga/ps2 | dzwdz | |
2022-03-31 | init: move ansiterm to `driver/` | dzwdz | |