summaryrefslogtreecommitdiffhomepage
path: root/dev/HPFS
diff options
context:
space:
mode:
authorAmlal <amlal@el-mahrouss-logic.com>2024-09-14 20:11:35 +0200
committerAmlal <amlal@el-mahrouss-logic.com>2024-09-14 20:11:35 +0200
commite05aa2145b8d0000110b93fb371ba858cb2a02bc (patch)
tree39d68355c6afe6f1e21f87d214a5b546b4a814d9 /dev/HPFS
parent6c51d0d2fde9b9a0201721cc625e73b585fdc479 (diff)
IMP: Fixes and improvements on PEF Loader, User scheduler and BMP manager.
- This covers the Memory Manager, User Scheduler Manager and Loader Manager. - These are mostly fixes and added features. - Such as a new symbol to get heap reserve. META: Run format command. Signed-off-by: Amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'dev/HPFS')
-rw-r--r--dev/HPFS/Sources/hpfs_main.cxx6
-rw-r--r--dev/HPFS/hpfs_specs.hxx2
2 files changed, 4 insertions, 4 deletions
diff --git a/dev/HPFS/Sources/hpfs_main.cxx b/dev/HPFS/Sources/hpfs_main.cxx
index 52ac32ab..09551ad1 100644
--- a/dev/HPFS/Sources/hpfs_main.cxx
+++ b/dev/HPFS/Sources/hpfs_main.cxx
@@ -13,8 +13,8 @@
/** @brief HPFS IFS main. */
HPFS_INT32 ModuleMain(HPFS_VOID)
{
- auto ifs_handle = KernelGetObject(0, "IFS_OBJECT");
- // TODO: Register this IFS with necessary I/O functions...
+ auto ifs_handle = KernelGetObject(0, "IFS_OBJECT");
+ // TODO: Register this IFS with necessary I/O functions...
- return 0;
+ return 0;
}
diff --git a/dev/HPFS/hpfs_specs.hxx b/dev/HPFS/hpfs_specs.hxx
index 8d0536a0..4fc24c21 100644
--- a/dev/HPFS/hpfs_specs.hxx
+++ b/dev/HPFS/hpfs_specs.hxx
@@ -10,6 +10,6 @@
#pragma once
typedef __INT32_TYPE__ HPFS_INT32;
-typedef void HPFS_VOID;
+typedef void HPFS_VOID;
#define cHPFSVersion 0x0100