From 3bfb95803ba25a04ddb57ebbc0f25e4dec29d7e0 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Wed, 31 Jul 2024 00:13:51 +0200 Subject: [IMP] Can now pass arguments to kernel via handover, new version 0x0113. [IMP] Timeout functions for heap allocation. [IMP] new mp_ and sched_ category of functions. Signed-off-by: Amlal EL Mahrouss --- Kernel/NewKit/Macros.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Kernel/NewKit') diff --git a/Kernel/NewKit/Macros.hpp b/Kernel/NewKit/Macros.hpp index ba636874..aecd6d89 100644 --- a/Kernel/NewKit/Macros.hpp +++ b/Kernel/NewKit/Macros.hpp @@ -52,9 +52,9 @@ #define ATTRIBUTE(X) __attribute__((X)) #endif // #ifndef ATTRIBUTE -#ifndef __MAHROUSS__ -#define __MAHROUSS__ (202404) -#endif // !__MAHROUSS__ +#ifndef __MAHROUSS_VER__ +#define __MAHROUSS_VER__ (202404) +#endif // !__MAHROUSS_VER__ #ifndef EXTERN_C #define EXTERN_C extern "C" -- cgit v1.2.3