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

This commit is contained in:
cinap_lenrek 2014-09-21 16:06:25 +02:00
parent 2604bc3603
commit 47e52123d0
2 changed files with 2 additions and 1 deletions

View file

@ -499,6 +499,7 @@ main()
i8250console();
quotefmtinstall();
screeninit();
print("\nPlan 9\n");
trapinit0();
kbdinit();
i8253init();

View file

@ -1,5 +1,5 @@
CONF=pc64
CONFLIST=pc64
CONFLIST=pc64 pccpu64
objtype=amd64
</$objtype/mkfile