fix: block kernel excution
This commit is contained in:
@ -48,4 +48,5 @@ void kernel_main(multiboot_info_t *mbd, uint32_t magic)
|
|||||||
create_process(1);
|
create_process(1);
|
||||||
create_thread(current_pcb, shell_init);
|
create_thread(current_pcb, shell_init);
|
||||||
toris();
|
toris();
|
||||||
|
while (true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user