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
+1 -1
View File
@@ -1,7 +1,7 @@
#!sh
# FILE: make_buildnum.sh
#version="`sed 's/^ *//' major_version`"
version="0.0.2."
version="0.0.2+"
old="`sed 's/^ *//' build.number`"
old=$(($old + 1))
echo $old > build.number