diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-26 21:55:26 +0200 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2024-10-26 21:55:26 +0200 |
| commit | d2682692ba4b5261335f8fe61c91d34b19fc6e6c (patch) | |
| tree | 77379dbc797d1dbd53b387386148b137af175c75 /dev/zka/CompilerKit | |
| parent | 6dcf5b87da65de2254d6102f567183eaeca03088 (diff) | |
FIX: Improved kernel code and finding the root cause of the GPF and Double Fault.
(Mostly includes KernelKit changes, also CompilerKit has changed regarding versioning)
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/zka/CompilerKit')
| -rw-r--r-- | dev/zka/CompilerKit/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/zka/CompilerKit/Version.h b/dev/zka/CompilerKit/Version.h index 460fe2ee..1a4608b0 100644 --- a/dev/zka/CompilerKit/Version.h +++ b/dev/zka/CompilerKit/Version.h @@ -3,5 +3,5 @@ #pragma once /// <COMMIT NUMBER>.<YEAR>.<PROGRAM VERSION> -#define BOOTLOADER_VERSION "930.2024.1" -#define KERNEL_VERSION "930.2024.1" +#define BOOTLOADER_VERSION "1010.2024.110" +#define KERNEL_VERSION "1010.2024.110" |
