From 01fb3ca21dd5846ecd7e4e94571ede5a5264d9a6 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Tue, 30 Jul 2024 18:06:17 +0200 Subject: [SMP] WiP impelementation of SMP inside the HAL. - Doing R&D on SMP on AMD64, - Working on a first application. Signed-off-by: Amlal EL Mahrouss --- Kernel/KernelKit/Defines.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Kernel/KernelKit/Defines.hpp') diff --git a/Kernel/KernelKit/Defines.hpp b/Kernel/KernelKit/Defines.hpp index 32f67f10..191d1098 100644 --- a/Kernel/KernelKit/Defines.hpp +++ b/Kernel/KernelKit/Defines.hpp @@ -8,5 +8,5 @@ #include -#define KERNELKIT_VERSION "1.01" -#define KERNELKIT_RELEASE "Cairo" +#define KERNELKIT_VERSION "1.02" +#define KERNELKIT_RELEASE "Alexandria" -- cgit v1.2.3