forked from Bananymous/banan-os
Kernel: Shell is no longer singleton
This commit is contained in:
@@ -95,8 +95,7 @@ extern "C" void kernel_main()
|
||||
|
||||
kprintln("Hello from the kernel!");
|
||||
|
||||
auto& shell = Kernel::Shell::Get();
|
||||
shell.SetTTY(tty1);
|
||||
Kernel::Shell shell(tty1);
|
||||
shell.Run();
|
||||
|
||||
for (;;)
|
||||
|
||||
Reference in New Issue
Block a user