shithub: riscv

Download patch

ref: 47e52123d06390a29f3233f7ee16fcc0446b6a05
parent: 2604bc360347176323dd6706362186b97c49662c
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Sep 21 12:06:25 EDT 2014

pc64: print "Plan 9" on boot, cleanup pccpu64 files

--- a/sys/src/9/pc64/main.c
+++ b/sys/src/9/pc64/main.c
@@ -499,6 +499,7 @@
 	i8250console();
 	quotefmtinstall();
 	screeninit();
+	print("\nPlan 9\n");
 	trapinit0();
 	kbdinit();
 	i8253init();
--- a/sys/src/9/pc64/mkfile
+++ b/sys/src/9/pc64/mkfile
@@ -1,5 +1,5 @@
 CONF=pc64
-CONFLIST=pc64
+CONFLIST=pc64 pccpu64
 
 objtype=amd64
 </$objtype/mkfile