summaryrefslogtreecommitdiff
path: root/src/init/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/init/main.c')
-rw-r--r--src/init/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init/main.c b/src/init/main.c
index c08cf21..0e74e93 100644
--- a/src/init/main.c
+++ b/src/init/main.c
@@ -30,6 +30,7 @@ int main(void) {
fd = _syscall_fs_open(
multipageify("/tty"),
sizeof("/tty") - 1);
+ // TODO don't dispatch /ttywhatever to the tty driver
if (fd < 0) {
_syscall_exit("couldn't open tty",