code: 9ferno

Download patch

ref: 83246e296ea433b65b9d295b5e08fedd39ff1ab7
parent: e7b263afeca399a5297c517ce895b130bbc6c473
author: joe9 <joe9mail@gmail.com>
date: Sat Jul 17 03:57:33 EDT 2021

show kerndate at boot

--- a/os/pc64/main.c
+++ b/os/pc64/main.c
@@ -13,6 +13,7 @@
 Conf conf;
 int idle_spin;
 
+extern ulong kerndate;
 extern void bootscreeninit(void);
 extern int main_pool_pcnt;
 extern int heap_pool_pcnt;
@@ -124,7 +125,7 @@
 	i8250console();
 	quotefmtinstall();
 	screeninit();
-	print("\nInferno\n");
+	print("\nInferno release built at %lud\n", kerndate);
 	setupdebug();
 	cpuidentify();
 	meminit0();			/* builds the memmap */