We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c0dee commit 2f6289fCopy full SHA for 2f6289f
src/kernel/kernel.hpp
@@ -13,7 +13,7 @@
13
14
/* This will only work for the 32-bit ix86 targets. */
15
#if !defined(__i386__)
16
-#error "This tutorial needs to be compiled with a ix86-elf compiler"
+#error "This OS needs to be compiled with a ix86-elf compiler"
17
#endif
18
19
#include "console.hpp"
@@ -56,7 +56,7 @@ void gdt_set_kernel_stack(void* ptr);
56
57
#define KERNEL_VERSION_MAJOR 0
58
#define KERNEL_VERSION_MINOR 0
59
-#define KERNEL_REVISION "A"
+#define KERNEL_REVISION "B"
60
#define KERNEL_VERSION_STRING "v0.0" KERNEL_REVISION
61
#define KERNEL_OS_NAME "BT/OS"
62
#define KERNEL_COPYRIGHT "(c) 2014 Stuart Brockman"
0 commit comments