summaryrefslogtreecommitdiff
path: root/kernel/kernel.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kernel.c')
-rw-r--r--kernel/kernel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/kernel/kernel.c b/kernel/kernel.c
index df3a573..a3df0b3 100644
--- a/kernel/kernel.c
+++ b/kernel/kernel.c
@@ -43,6 +43,7 @@ void kernel_main(uint32_t eax,uint32_t ebx)
log(FOOLOS_MODULE_NAME,FOOLOS_LOG_INFO,"%s - compiled on %s at %s",KERNEL_VERSION,__DATE__,__TIME__);
+
//
// Configuring the PIT timer.
//
@@ -92,10 +93,11 @@ void kernel_main(uint32_t eax,uint32_t ebx)
//
// Start the other Processors (before paging because apic addr etc..?)
//
- // smp_log_procdata(&procdata);
//TODO: !!! Check commented out sleep ()!!!
+ smp_log_procdata(&procdata);
smp_start_aps(&procdata,"/boot/mp.bin"); //will be copied over mbr
+
//
// Activate Virtual Memory (paging)
//