summaryrefslogtreecommitdiff
path: root/kern
diff options
context:
space:
mode:
authorAlmuHS <liberamenso10000@gmail.com>2019-04-05 14:07:10 +0200
committerAlmuHS <liberamenso10000@gmail.com>2019-04-05 14:07:10 +0200
commit01df7365d05d812c7bac1ca517518bdd9fc41c23 (patch)
tree8de4b9620d2485565acb9a5c2be4940e8cf02e67 /kern
parent9ddcc9cb27db5a6538e113e1b7fa163d55127a0e (diff)
changed call
Diffstat (limited to 'kern')
-rw-r--r--kern/startup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/startup.c b/kern/startup.c
index 83ad0000..5ff4d771 100644
--- a/kern/startup.c
+++ b/kern/startup.c
@@ -182,7 +182,7 @@ void setup_main(void)
*/
(void) thread_create(kernel_task, &startup_thread);
thread_start(startup_thread, start_kernel_threads);
- sched_init();
+ pset_sys_bootstrap();
/*
* Give it a kernel stack.