summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorAlmuHS <liberamenso10000@gmail.com>2019-04-05 14:03:50 +0200
committerAlmuHS <liberamenso10000@gmail.com>2019-04-05 14:03:50 +0200
commit9ddcc9cb27db5a6538e113e1b7fa163d55127a0e (patch)
treeaba27a388a2b67eb71cbf10d0de06cc428d8fb6d /kern
parent01b3789e66cf182ed6af56e4cac7ae2584eacc7d (diff)
added recall to sched_init()
Diffstat (limited to 'kern')
-rw-r--r--kern/startup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kern/startup.c b/kern/startup.c
index f9512229..83ad0000 100644
--- a/kern/startup.c
+++ b/kern/startup.c
@@ -182,6 +182,7 @@ void setup_main(void)
*/
(void) thread_create(kernel_task, &startup_thread);
thread_start(startup_thread, start_kernel_threads);
+ sched_init();
/*
* Give it a kernel stack.