diff options
Diffstat (limited to 'kernel/kernel.c')
| -rw-r--r-- | kernel/kernel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kernel.c b/kernel/kernel.c index 287a62a..5844f49 100644 --- a/kernel/kernel.c +++ b/kernel/kernel.c @@ -159,7 +159,7 @@ void kernel_main(uint32_t initial_stack) pci_init(); // floppy - floppy_init(); + // floppy_init(); //init shell shell_init(); |
