diff options
Diffstat (limited to 'kern/bootstrap.c')
-rw-r--r-- | kern/bootstrap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/bootstrap.c b/kern/bootstrap.c index 0470e1b6..2ad11635 100644 --- a/kern/bootstrap.c +++ b/kern/bootstrap.c @@ -335,7 +335,9 @@ bootstrap_exec_compat(void *e) */ (void) task_create(TASK_NULL, FALSE, &bootstrap_task); + (void) task_set_name(bootstrap_task, "bootstrap"); (void) thread_create(bootstrap_task, &bootstrap_thread); + (void) thread_set_name(bootstrap_thread, "bootstrap"); /* * Insert send rights to the master host and device ports. |