diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-09-21 16:06:25 +0200 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2014-09-21 16:06:25 +0200 |
commit | 47e52123d06390a29f3233f7ee16fcc0446b6a05 (patch) | |
tree | 0648a05da95c5a94c6342a4d94c4b5323975740e /sys/src/9/pc64/main.c | |
parent | 2604bc360347176323dd6706362186b97c49662c (diff) |
pc64: print "Plan 9" on boot, cleanup pccpu64 files
Diffstat (limited to 'sys/src/9/pc64/main.c')
-rw-r--r-- | sys/src/9/pc64/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc64/main.c b/sys/src/9/pc64/main.c index 2c9ea78f7..63dce3934 100644 --- a/sys/src/9/pc64/main.c +++ b/sys/src/9/pc64/main.c @@ -499,6 +499,7 @@ main() i8250console(); quotefmtinstall(); screeninit(); + print("\nPlan 9\n"); trapinit0(); kbdinit(); i8253init(); |