From 441c1460b29f5003a5478032f17a6c5f486dd1fd Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 3 Sep 2024 15:34:28 +0200 Subject: [ FIX ] Almost fixed the ring-3 switch code, which currently gives an UD error. [ REFACTOR ] Kernel is now a EXE, instead of being a DLL. [ FIX ] Fixed some parts of the user scheduler and kernel, cleaned it up also. Signed-off-by: Amlal El Mahrouss --- dev/ZKA/CompilerKit/Version.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'dev/ZKA/CompilerKit') diff --git a/dev/ZKA/CompilerKit/Version.hxx b/dev/ZKA/CompilerKit/Version.hxx index edff10c5..83f7f534 100644 --- a/dev/ZKA/CompilerKit/Version.hxx +++ b/dev/ZKA/CompilerKit/Version.hxx @@ -1,4 +1,5 @@ #pragma once -#define BOOTLOADER_VERSION "VERSION: v1.14.2" -#define KERNEL_VERSION "VERSION: v1.14.2" +/// .. +#define BOOTLOADER_VERSION "843.2024.1" +#define KERNEL_VERSION "843.2024.1" -- cgit v1.2.3