pc64: print "Plan 9" on boot, cleanup pccpu64 files
This commit is contained in:
parent
2604bc3603
commit
47e52123d0
2 changed files with 2 additions and 1 deletions
|
@ -499,6 +499,7 @@ main()
|
|||
i8250console();
|
||||
quotefmtinstall();
|
||||
screeninit();
|
||||
print("\nPlan 9\n");
|
||||
trapinit0();
|
||||
kbdinit();
|
||||
i8253init();
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
CONF=pc64
|
||||
CONFLIST=pc64
|
||||
CONFLIST=pc64 pccpu64
|
||||
|
||||
objtype=amd64
|
||||
</$objtype/mkfile
|
||||
|
|
Loading…
Reference in a new issue