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();
|
i8250console();
|
||||||
quotefmtinstall();
|
quotefmtinstall();
|
||||||
screeninit();
|
screeninit();
|
||||||
|
print("\nPlan 9\n");
|
||||||
trapinit0();
|
trapinit0();
|
||||||
kbdinit();
|
kbdinit();
|
||||||
i8253init();
|
i8253init();
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
CONF=pc64
|
CONF=pc64
|
||||||
CONFLIST=pc64
|
CONFLIST=pc64 pccpu64
|
||||||
|
|
||||||
objtype=amd64
|
objtype=amd64
|
||||||
</$objtype/mkfile
|
</$objtype/mkfile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue