diff options
Diffstat (limited to 'kernel/kernel.c')
| -rw-r--r-- | kernel/kernel.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kernel/kernel.c b/kernel/kernel.c index d54baf6..cea1056 100644 --- a/kernel/kernel.c +++ b/kernel/kernel.c @@ -102,7 +102,6 @@ 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. // @@ -167,11 +166,13 @@ void kernel_main(uint32_t eax,uint32_t ebx) // Its driver will be hopefully implemented one day ;) TODO // //pci_init(); + // //empty stdin! while(fifo_has(&get_fool()->std_in)) fifo_get(&get_fool()->std_in); + // // Initialize Multitasking // |
