Added basic multiboot compliant bootloader dectetion, as well as learning to read the multiboot structor.

This commit is contained in:
2019-02-09 17:16:24 -06:00
parent 657b716f77
commit 4ba0f93efc
6 changed files with 56 additions and 24 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
#ifndef BUILD_NUMBER
#define BUILD_NUMBER "48"
#define BUILD_NUMBER "111"
#endif
#ifndef VERSION_STR
#define VERSION_STR "0.0.2.48 - Sun Jan 6 21:40:38 CST 2019"
#define VERSION_STR "0.0.2.111 - Sat Feb 9 17:10:29 CST 2019"
#endif
#ifndef VERSION_STR_SHORT
#define VERSION_STR_SHORT "0.0.2.48"
#define VERSION_STR_SHORT "0.0.2.111"
#endif