]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/9/pc64/main.c
pc64: print "Plan 9" on boot, cleanup pccpu64 files
[plan9front.git] / sys / src / 9 / pc64 / main.c
index f0ef162bc4792b6c2b0c79e758355bba060a0533..63dce3934a8f7fe4a9cacee0620df82f8864fc72 100644 (file)
@@ -250,8 +250,7 @@ confinit(void)
 }
 
 /*
- * The palloc.pages array takes arround 5% of the amount
- * of upages which can be a large chunk out of the 2GB
+ * The palloc.pages array can be a large chunk out of the 2GB
  * window above KZERO, so we allocate the array from
  * upages and map in the VMAP window before pageinit()
  */
@@ -500,6 +499,7 @@ main()
        i8250console();
        quotefmtinstall();
        screeninit();
+       print("\nPlan 9\n");
        trapinit0();
        kbdinit();
        i8253init();