summaryrefslogtreecommitdiff
path: root/src/init/driver/ansiterm.c
AgeCommit message (Collapse)Author
2022-07-11user: reorganize the userland sourcesdzwdz
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-01init/fs: move the kernel stuff to /kdev/dzwdz
2022-06-29kernel/vfs: add the OPEN_CREATE flagdzwdz
2022-04-12shared: fix some minor warningsdzwdz
2022-04-07init: two concurrent shells - serial & vga/ps2dzwdz
2022-03-31init: move ansiterm to `driver/`dzwdz