Mercurial > hg > Members > kono > nitros9-code
annotate level1/d64/port.mak @ 3165:2d22d31bc74b
L2 kernel: Minor comment tweaks
author | Neal Crook <foofoobedoo@gmail.com> |
---|---|
date | Thu, 06 Apr 2017 22:51:54 +0100 |
parents | 999159b0e7c0 |
children |
rev | line source |
---|---|
2827
dfb70510fa44
more changes to makefiles and port.mak additions
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
1 PORT = d64 |
dfb70510fa44
more changes to makefiles and port.mak additions
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
2 MACHINE = Dragon 64 |
dfb70510fa44
more changes to makefiles and port.mak additions
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
3 CPU = 6809 |
dfb70510fa44
more changes to makefiles and port.mak additions
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
4 LEVEL = 1 |
2828 | 5 TELNET_PORT = 6805 |
6 HTTPD_PORT = 8805 | |
2827
dfb70510fa44
more changes to makefiles and port.mak additions
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
7 |
dfb70510fa44
more changes to makefiles and port.mak additions
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
8 include $(NITROS9DIR)/rules.mak |