From bdcc3d84e08a509a766a469a605a97419ec14c35 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 26 Feb 2024 12:16:25 +0100 Subject: Kernel/Bootloader: add CompilerKit/Version.hxx - Rework BTextWriter class. - Add BVersionString class. - Worked on interrupts almost working! Signed-off-by: Amlal El Mahrouss --- Private/CompilerKit/Version.hxx | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Private/CompilerKit/Version.hxx (limited to 'Private/CompilerKit') diff --git a/Private/CompilerKit/Version.hxx b/Private/CompilerKit/Version.hxx new file mode 100644 index 00000000..5f0f7e7a --- /dev/null +++ b/Private/CompilerKit/Version.hxx @@ -0,0 +1,4 @@ +#pragma once + +#define BOOTLOADER_VERSION L"v1.12" +#define KERNEL_VERSION "v1.12" -- cgit v1.2.3