summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-04-22 19:51:04 +0200
committerAlmuHS <almuhs@github.com>2019-04-22 19:51:04 +0200
commit746ddaa3683040c8e87ba7df92c4321b6e8cbad4 (patch)
treeded2f37a77a45f39a585c8f8d7174f46c3acc5e3 /kern
parent823e4c7d2a6314d85ba753314487a09ebb721a81 (diff)
add more traces
Diffstat (limited to 'kern')
-rw-r--r--kern/startup.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/kern/startup.c b/kern/startup.c
index 9bb9d47d..32a38c9b 100644
--- a/kern/startup.c
+++ b/kern/startup.c
@@ -331,4 +331,6 @@ void cpu_launch_first_thread(thread_t th, int mycpu)
load_context(th);
/*NOTREACHED*/
+
+ printf("cpu %d up successfully\n", mycpu);
}