summaryrefslogtreecommitdiff
path: root/kernel/kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kernel.c')
-rw-r--r--kernel/kernel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/kernel.c b/kernel/kernel.c
index 76ae8d7..97847e6 100644
--- a/kernel/kernel.c
+++ b/kernel/kernel.c
@@ -118,7 +118,6 @@ void kernel_main(uint32_t eax,uint32_t ebx)
int_init(0x08);
- //while(1);
//
// Scan the PCI Bus
@@ -151,7 +150,7 @@ void kernel_main(uint32_t eax,uint32_t ebx)
//
// Initialize Multitasking
//
- //task_init(dir); //; this will never return!
+ task_init(dir); //; this will never return!
//
while(1);
//log(FOOLOS_MODULE_NAME,FOOLOS_LOG_INFO,".");