My latest ramblings.
 -Erik
diff --git a/init/init.c b/init/init.c
index de5e2c0..9079165 100644
--- a/init/init.c
+++ b/init/init.c
@@ -825,6 +825,9 @@
 	reboot(RB_DISABLE_CAD);
 #endif
 
+	/* Figure out what kernel this is running */
+	kernelVersion = get_kernel_revision();
+
 	/* Figure out where the default console should be */
 	console_init();