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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user