diff options
Diffstat (limited to 'bootloader/telechips.c')
| -rw-r--r-- | bootloader/telechips.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bootloader/telechips.c b/bootloader/telechips.c index 17ba509..d2cf10e 100644 --- a/bootloader/telechips.c +++ b/bootloader/telechips.c @@ -30,6 +30,7 @@ #include "lcd.h" #include "../kernel-internal.h" #include "storage.h" +#include "file_internal.h" #include "fat.h" #include "disk.h" #include "font.h" @@ -162,6 +163,8 @@ void* main(void) error(EATA, rc, true); } + filesystem_init(); + printf("mount"); rc = disk_mount_all(); if (rc<=0) |