feat: added task names
This commit is contained in:
@@ -83,7 +83,7 @@ void att_noreturn att_used kmain(multiboot_info_t *multiboot_info, uint32_t mb_n
|
||||
kprint_start_task();
|
||||
block_dev_start_task();
|
||||
#ifdef K_SHELL
|
||||
task_spawn(main_loop, NULL);
|
||||
task_spawn(main_loop, NULL, "main");
|
||||
#endif
|
||||
// switch to tasking
|
||||
syscall_start_scheduler();
|
||||
|
||||
Reference in New Issue
Block a user