Added filesystem

This commit is contained in:
Alex
2022-10-28 08:50:14 +03:00
parent 74a4685ba9
commit c8e5ce1d36
12 changed files with 1129 additions and 205 deletions

View File

@ -20,6 +20,7 @@ Power::Power *PowerManager = nullptr;
PCI::PCI *PCIManager = nullptr;
Tasking::Task *TaskManager = nullptr;
Time::time *TimeManager = nullptr;
FileSystem::Virtual *vfs = nullptr;
KernelConfig Config;
Time::Clock BootClock;