diff options
author | dzwdz | 2021-08-27 19:36:37 +0200 |
---|---|---|
committer | dzwdz | 2021-08-27 19:36:37 +0200 |
commit | a5bd09d5a995400c4f4ec1270e1ad380d238783c (patch) | |
tree | 7feffaf5ad13308a792481a77fa868cbd58b7917 /src/init/main.c | |
parent | aa3ce9383da78a83b64160d5c64ecd077d0b36ef (diff) |
make vfs_mount_resolve pass all the tests
Diffstat (limited to 'src/init/main.c')
-rw-r--r-- | src/init/main.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/init/main.c b/src/init/main.c index 413cdad..71732cd 100644 --- a/src/init/main.c +++ b/src/init/main.c @@ -15,8 +15,6 @@ const char *multipageify(const char *str); #define mount(fd, path) _syscall_fd_mount(fd, path, sizeof(path)-1) int main(void) { - // TODO don't dispatch /ttywhatever to the tty driver - tty_fd = _syscall_fs_open("/tty", sizeof("/tty") - 1); if (tty_fd < 0) _syscall_exit(argify("couldn't open tty")); |