feat: setup initial fat reading logic

This commit is contained in:
2021-02-11 22:01:57 +01:00
parent 90ef4522ca
commit 555c1177a6
4 changed files with 179 additions and 23 deletions

View File

@@ -5,4 +5,6 @@
#ifndef NEW_KERNEL_FAT_H
#define NEW_KERNEL_FAT_H
void fat_register_block_driver();
#endif //NEW_KERNEL_FAT_H