summaryrefslogtreecommitdiff
path: root/src/kernel/vfs/root.c
AgeCommit message (Expand)Author
2022-04-11kernel/rootvfs: don't overread from ps2/serialdzwdz
2022-04-10kernel/i386: rewrite the serial driver to wait for IRQdzwdz
2022-04-10kernel: idle processdzwdz
2022-04-07kernel: remove the `/tty` devicedzwdz
2022-04-07kernel: add a /com1 devicedzwdz
2022-03-30kernel: remove the keyboard driver, add a `/ps2` devicedzwdz
2022-03-27kernel/vfs: partial ATA drive supportdzwdz
2022-03-27kernel/vfs: `/vga` nodedzwdz
2021-11-14kernel/vfs: slightly tidy up the root driverdzwdz
2021-11-14shared: use a single implementation of mem* functions everywheredzwdz
2021-11-14kernel/vfs: allow reading the root directorydzwdz
2021-10-03vfs_root_handler: correct the panic type to invalid statedzwdz
2021-10-02implement serial/tty inputdzwdz
2021-09-20create a few specialized panic()sdzwdz
2021-09-18merge `kernel/types.h` and `init/types.h`dzwdz
2021-09-12vfs_request refactor pt2dzwdz
2021-09-12vfs request refactor pt1dzwdz
2021-09-05move most of the memory stuff to kernel/mem/dzwdz
2021-09-05root vfs: implement writing to /ttydzwdz
2021-09-04new vfs impl pt. 1: implement open()dzwdz