diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-04 10:59:24 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-04 10:59:24 +0100 |
| commit | e2bbec91d70847cc5a2ff67eb84ca4a3c2d03e85 (patch) | |
| tree | 1e7fec7c232b0c750157007113ce8f86d43b7e76 /Private/Source/NewFS-IO.cxx | |
| parent | aff54fd3dc6855b62c047f126c6fe20ca717ee0f (diff) | |
Kernel: Depend less on NewFS, add support for FileSystem protocol in
NewBoot.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'Private/Source/NewFS-IO.cxx')
| -rw-r--r-- | Private/Source/NewFS-IO.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Private/Source/NewFS-IO.cxx b/Private/Source/NewFS-IO.cxx index 2c044def..e90ed1a4 100644 --- a/Private/Source/NewFS-IO.cxx +++ b/Private/Source/NewFS-IO.cxx @@ -7,10 +7,13 @@ * ======================================================== */ -#include <FSKit/NewFS.hxx> #include <KernelKit/DriveManager.hpp> #include <KernelKit/FileManager.hpp> -/// @brief this implements NewFS with Device Abstraction in mind. +#ifdef __USE_NEWFS__ + +/// @brief This implements NewFS with Device Abstraction in mind. /// bugs 0 + +#endif // ifdef __USE_NEWFS__ |
