diff options
| author | Ada Christine <adachristine18@gmail.com> | 2022-01-17 14:03:39 +0000 |
|---|---|---|
| committer | Ada Christine <adachristine18@gmail.com> | 2022-01-17 14:03:39 +0000 |
| commit | 4130fbcdcfd2baa6d1f9b065ce34afa2a339f670 (patch) | |
| tree | 5b44d1ca1c17bbb57dfb577a54e567086fa9690f /kc/core/task.h | |
| parent | 8c56039ca130dfef1f0bf204cc702eeb10801379 (diff) | |
entering the idle task appears to work
Diffstat (limited to 'kc/core/task.h')
| -rw-r--r-- | kc/core/task.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); + |
