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 | |
| parent | 2604bc360347176323dd6706362186b97c49662c (diff) | |
| download | plan9front-47e52123d06390a29f3233f7ee16fcc0446b6a05.tar.xz | |
pc64: print "Plan 9" on boot, cleanup pccpu64 files
| -rw-r--r-- | sys/src/9/pc64/main.c | 1 | ||||
| -rw-r--r-- | sys/src/9/pc64/mkfile | 2 |
2 files changed, 2 insertions, 1 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(); diff --git a/sys/src/9/pc64/mkfile b/sys/src/9/pc64/mkfile index ecbed629f..9dd5f4c78 100644 --- 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 |
