Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-03 | vfs_root_handler: correct the panic type to invalid state | dzwdz | |
all the switch cases are already implemented, so that panic can only occur due to invalid state | |||
2021-10-02 | implement serial/tty input | dzwdz | |
2021-09-20 | create a few specialized panic()s | dzwdz | |
thanks to this i can tell which ones are placeholders, and which ones should stay | |||
2021-09-18 | merge `kernel/types.h` and `init/types.h` | dzwdz | |
2021-09-12 | vfs_request refactor pt2 | dzwdz | |
2021-09-12 | vfs request refactor pt1 | dzwdz | |
2021-09-05 | move most of the memory stuff to kernel/mem/ | dzwdz | |
2021-09-05 | root vfs: implement writing to /tty | dzwdz | |
2021-09-04 | new vfs impl pt. 1: implement open() | dzwdz | |