summaryrefslogtreecommitdiffhomepage
path: root/dev/boot/src/docs
diff options
context:
space:
mode:
Diffstat (limited to 'dev/boot/src/docs')
-rw-r--r--dev/boot/src/docs/KERN_VER.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/boot/src/docs/KERN_VER.md b/dev/boot/src/docs/KERN_VER.md
new file mode 100644
index 00000000..abe3e823
--- /dev/null
+++ b/dev/boot/src/docs/KERN_VER.md
@@ -0,0 +1,6 @@
+# /props/kern_ver
+
+The `/props/kern_ver` variable is used to track NeKernel's current version in a BCD format.
+
+- Use it to track the current's NeKernel version, in order to adapt your drivers to it.
+- It is also useful to keep track of it, for other purposes (bug tracking, development of new features) \ No newline at end of file