Kernel/LibC: opening standard files is done in libc

This commit is contained in:
2023-05-29 20:21:19 +03:00
parent 9a8512887f
commit fb17af4844
6 changed files with 33 additions and 24 deletions

View File

@@ -186,7 +186,6 @@ static void init2(void* tty1)
Process::create_kernel(
[](void*)
{
MUST(Process::current().init_stdio());
Shell* shell = new Shell();
ASSERT(shell);
shell->run();