Confirmed uppermem in multiboot structure is being read correctly. Changed kernel versioning to be more in line with the Semantic Versioning Specification

This commit is contained in:
2019-02-09 21:37:42 -06:00
parent 4ba0f93efc
commit a587fd6fe2
4 changed files with 16 additions and 11 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
#ifndef BUILD_NUMBER
#define BUILD_NUMBER "111"
#define BUILD_NUMBER "117"
#endif
#ifndef VERSION_STR
#define VERSION_STR "0.0.2.111 - Sat Feb 9 17:10:29 CST 2019"
#define VERSION_STR "0.0.2+117 - Sat Feb 9 21:35:00 CST 2019"
#endif
#ifndef VERSION_STR_SHORT
#define VERSION_STR_SHORT "0.0.2.111"
#define VERSION_STR_SHORT "0.0.2+117"
#endif