diff options
Diffstat (limited to 'dev/HPFS/Sources')
| -rw-r--r-- | dev/HPFS/Sources/hpfs_main.cxx (renamed from dev/HPFS/Sources/IFSMain.cxx) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/HPFS/Sources/IFSMain.cxx b/dev/HPFS/Sources/hpfs_main.cxx index c2ae5b0a..52ac32ab 100644 --- a/dev/HPFS/Sources/IFSMain.cxx +++ b/dev/HPFS/Sources/hpfs_main.cxx @@ -7,14 +7,14 @@ ------------------------------------------- */ -#include <HPFS/Defines.hxx> +#include <HPFS/hpfs_specs.hxx> #include <DDK/KernelStd.h> /** @brief HPFS IFS main. */ HPFS_INT32 ModuleMain(HPFS_VOID) { - auto ifs_handle = KernelGetProperty(0, "\\.\\IFSObject"); - // TODO: Register IFS... + auto ifs_handle = KernelGetObject(0, "IFS_OBJECT"); + // TODO: Register this IFS with necessary I/O functions... return 0; } |
