Mercurial > hg > Members > kono > nitros9-code
annotate level1/tano/port.mak @ 2879:531841047512 lwtools-port
boot_scsi.asm: Fix SCSI ID when booting from SCSI
Due to a typo it would probe for SCSI ID 4 instead
of default 0 (or 8 for HDBDOS/SuperDriver).
author | Tormod Volden <debian.tormod@gmail.com> |
---|---|
date | Sun, 24 Nov 2013 16:08:53 +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 = tano |
dfb70510fa44
more changes to makefiles and port.mak additions
Boisy Pitre <boisy.pitre@nuance.com>
parents:
diff
changeset
|
2 MACHINE = Tano Dragon |
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 = 6808 |
6 HTTPD_PORT = 8808 | |
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 |