From e05aa2145b8d0000110b93fb371ba858cb2a02bc Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 14 Sep 2024 20:11:35 +0200 Subject: 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 --- dev/HPFS/Sources/hpfs_main.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'dev/HPFS/Sources') 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; } -- cgit v1.2.3