Adding a skeleton for the memory management code
Moved the PMM away from being object orientated as it is just plain annoying renamed src folder to source Set timeout to 5 seconds in the grub config
This commit is contained in:
0
source/kernel/FileSystem/FAT/FAT16.cpp
Normal file
0
source/kernel/FileSystem/FAT/FAT16.cpp
Normal file
8
source/kernel/FileSystem/FAT/FAT16.h
Normal file
8
source/kernel/FileSystem/FAT/FAT16.h
Normal file
@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
#include "../../vfs/File.h"
|
||||
|
||||
|
||||
class FAT16 : File {
|
||||
public:
|
||||
|
||||
};
|
Reference in New Issue
Block a user