From 4130fbcdcfd2baa6d1f9b065ce34afa2a339f670 Mon Sep 17 00:00:00 2001 From: Ada Christine Date: Mon, 17 Jan 2022 14:03:39 +0000 Subject: entering the idle task appears to work --- kc/core/task.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kc/core/task.h') diff --git a/kc/core/task.h b/kc/core/task.h index 86e262f..e9ddaaf 100644 --- a/kc/core/task.h +++ b/kc/core/task.h @@ -31,3 +31,5 @@ extern void cpu_set_thread( struct kc_thread_state *next, uint64_t *cpu_tss_rsp0); +void task_init(void); + -- cgit v1.3.1-1-g115d