From 7764e88cd0032cd57fdc17a2906db9d8af9999e1 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 20 Oct 2024 17:53:37 +0200 Subject: IMP: New implementations and improvements. - Heap class allocation have been fixed. - Scheduler allocation has been fixed. - A new better flow for the kernel has been designed. Signed-off-by: Amlal El Mahrouss --- dev/hpfs/hpfs_specs.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/hpfs') diff --git a/dev/hpfs/hpfs_specs.hxx b/dev/hpfs/hpfs_specs.hxx index 851623a4..5b22ce31 100644 --- a/dev/hpfs/hpfs_specs.hxx +++ b/dev/hpfs/hpfs_specs.hxx @@ -11,8 +11,8 @@ #include -#define kHPFSVersion 0x01000 -#define kHPFSMagic " HPFS" +#define kHPFSVersion 0x01000 +#define kHPFSMagic " HPFS" #define kHPFSMagicLen 8 /** @brief Drive type enum. */ -- cgit v1.2.3