summaryrefslogtreecommitdiff
path: root/src/init/driver
AgeCommit message (Collapse)Author
2022-07-08syscall/fs_respond: get the file id from the buf argumentdzwdz
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-07shared: add a flags argument to _syscall_fs_responddzwdz
2022-07-05init/ps2: support inserting special characters with ctrl, tty styledzwdz
2022-07-01init/fs: move the kernel stuff to /kdev/dzwdz
2022-06-29init/fs: tmpfs driver with support for creating new filesdzwdz
2022-06-29kernel/vfs: add the OPEN_CREATE flagdzwdz
2022-05-29init/ps2: fix double key capturedzwdz
2022-05-21init/ps2: use a ring buffer for the backlogdzwdz
2022-04-12shared: fix some minor warningsdzwdz
2022-04-07init: two concurrent shells - serial & vga/ps2dzwdz
2022-03-31init: primitive ps2 driverdzwdz
2022-03-31init: move ansiterm to `driver/`dzwdz