diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-08-31 01:36:29 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-08-31 01:36:29 +0200 |
| commit | cd7312578948b7aee6bba8e91fbbc84b06f2f586 (patch) | |
| tree | e41f68cc3338966e2003e7059ad2a021eda6ad5d /kernel/kernel.c | |
| parent | 7e35ac6593bce5ed3f0a00a2483bc82e23bb9fb9 (diff) | |
experimeting with my laptop
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(); |
