commit | c496cd76930f23401641e6e23ab9f24243a20076 | [log] [tgz] |
---|---|---|
author | swissChili <swisschili@fastmail.com> | Sun Apr 04 09:58:38 2021 -0700 |
committer | swissChili <swisschili@fastmail.com> | Sun Apr 04 09:58:38 2021 -0700 |
tree | a191f1cc73f607763c7763d78acfefba17c887ab | |
parent | 7be3274c38b526f3ad9ed34a6b4bd60e46f32fef [diff] [blame] |
Fix multitasking, threads work!
diff --git a/src/kernel/main.c b/src/kernel/main.c index 1c654bd..1aebed6 100644 --- a/src/kernel/main.c +++ b/src/kernel/main.c
@@ -78,6 +78,7 @@ kprintf("\ndone initializing tasks\n"); greet(); + kprintf("other_thread = 0x%x\n", &other_thread); spawn_thread(other_thread); kprintf("thread spawned\n");