Kernel/LibC: opening standard files is done in libc
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user