blob: 2c044deff1bdfb4636d55a14fd6bdce73e45dbe8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*
* ========================================================
*
* HCore
* Copyright Mahrouss Logic, all rights reserved.
*
* ========================================================
*/
#include <FSKit/NewFS.hxx>
#include <KernelKit/DriveManager.hpp>
#include <KernelKit/FileManager.hpp>
/// @brief this implements NewFS with Device Abstraction in mind.
/// bugs 0
|