diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-06 01:45:03 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-04-06 01:45:10 +0200 |
| commit | e47a33d7d4f70c54a27e96df437e6d9ac4e829cf (patch) | |
| tree | 51a9f9f5019006e705444aa5f628fdae0d8dfb66 /Private/KernelKit | |
| parent | 5152c2282a1a680a272322f0bd3275fdf43e1530 (diff) | |
Add boot_write_epm_partition for PowerPC, update start location for AMD64 EPM.
Remove HCFS support, fully focusing on NewFS.
Signed-off-by: Amlal El Mahrouss <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/KernelKit')
| -rw-r--r-- | Private/KernelKit/FileManager.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Private/KernelKit/FileManager.hpp b/Private/KernelKit/FileManager.hpp index a6fcfde3..603ee06b 100644 --- a/Private/KernelKit/FileManager.hpp +++ b/Private/KernelKit/FileManager.hpp @@ -18,10 +18,6 @@ #include <FSKit/NewFS.hxx> #endif // __FSKIT_NEWFS__ -#ifdef __FSKIT_HCFS__ -#include <FSKit/HCFS.hxx> -#endif // __FSKIT_HCFS__ - #include <CompilerKit/CompilerKit.hxx> #include <HintKit/CompilerHint.hxx> #include <NewKit/ErrorID.hpp> |
