The boot up process will be changed somewhat dramatically, therefor a restructering of the kernel seems as a good starting point.
8 lines
80 B
C++
8 lines
80 B
C++
#pragma once
|
|
#include "../../vfs/File.h"
|
|
|
|
|
|
class FAT16 : File {
|
|
public:
|
|
|
|
}; |