Merge "Print kernel version"
diff --git a/stack.sh b/stack.sh
index 9069367..79f8fa3 100755
--- a/stack.sh
+++ b/stack.sh
@@ -89,6 +89,9 @@
     exit 1
 fi
 
+# Print the kernel version
+uname -a
+
 # Prepare the environment
 # -----------------------