forked from Bananymous/banan-os
Kernel: We now launch Shell again on boot
Adding this just before push :D
This commit is contained in:
parent
59a682c720
commit
d74ce4950c
|
@ -193,17 +193,9 @@ static void init2(void* tty1)
|
|||
Process::current().exit();
|
||||
}, nullptr
|
||||
));
|
||||
return;
|
||||
|
||||
MUST(Process::create_kernel(
|
||||
[](void*)
|
||||
{
|
||||
|
||||
}, nullptr
|
||||
));
|
||||
|
||||
jump_userspace();
|
||||
return;
|
||||
//jump_userspace();
|
||||
//return;
|
||||
|
||||
MUST(Process::create_kernel(
|
||||
[](void*)
|
||||
|
|
Loading…
Reference in New Issue