Nigel 3b3e2597a1 Restructering Kernel folder before moving to higher half kernel
The boot up process will be changed somewhat dramatically, therefor a
restructering of the kernel seems as a good starting point.
2022-08-17 14:29:26 +02:00

8 lines
80 B
C++

#pragma once
#include "../../vfs/File.h"
class FAT16 : File {
public:
};