mirror of
https://github.com/drasko/codezero.git
synced 2026-04-19 18:29:05 +02:00
Modified the kernel and all tasks with well-formatted printout messages.
This commit is contained in:
@@ -623,7 +623,7 @@ int task_start(struct tcb *task)
|
||||
};
|
||||
|
||||
/* Start the thread */
|
||||
printf("Starting task with id %d, spid: %d\n", task->tid, task->spid);
|
||||
printf("%s: Starting task with thread id: %d, space id: %d\n", __TASKNAME__, task->tid, task->spid);
|
||||
if ((err = l4_thread_control(THREAD_RUN, &ids)) < 0) {
|
||||
printf("l4_thread_control failed with %d\n", err);
|
||||
return err;
|
||||
|
||||
Reference in New Issue
Block a user