changeset 2827:dfb70510fa44 lwtools-port

more changes to makefiles and port.mak additions
author Boisy Pitre <boisy.pitre@nuance.com>
date Thu, 23 May 2013 18:17:06 -0500
parents e76cc015cc03
children 999159b0e7c0
files level1/atari/sys/makefile level1/coco2/sys/makefile level1/coco2b/sys/makefile level1/d64/makefile level1/d64/port.mak level1/d64/sys/errmsg level1/d64/sys/makefile level1/d64/sys/motd level1/d64/sys/password level1/dalpha/port.mak level1/dalpha/sys/errmsg level1/dalpha/sys/makefile level1/dalpha/sys/motd level1/dalpha/sys/password level1/deluxe/sys/Makefile level1/tano/port.mak level1/tano/sys/errmsg level1/tano/sys/makefile level1/tano/sys/motd level1/tano/sys/password
diffstat 20 files changed, 39 insertions(+), 628 deletions(-) [+]
line wrap: on
line diff
--- a/level1/atari/sys/makefile	Thu May 23 18:09:08 2013 -0500
+++ b/level1/atari/sys/makefile	Thu May 23 18:17:06 2013 -0500
@@ -21,11 +21,11 @@
 ALLOBJS		= $(SYSFILES) $(HELPMSG)
 
 
-inetd.conf:	$(LEVEL1)/sys/inetd.conf
+all:	$(ALLOBJS) $(DEPENDS)
+
+inetd.conf:     $(LEVEL1)/sys/inetd.conf
 	@sed -e 's/%TELNET_PORT%/$(TELNET_PORT)/' -e 's/%HTTPD_PORT%/$(HTTPD_PORT)/' $^ > $@
 
-all:	$(ALLOBJS) $(DEPENDS)
-
 alldragon: $(ALLOBJS)
 
 helpmsg: $(HELPFILES)
--- a/level1/coco2/sys/makefile	Thu May 23 18:09:08 2013 -0500
+++ b/level1/coco2/sys/makefile	Thu May 23 18:17:06 2013 -0500
@@ -1,36 +1,1 @@
-include ../port.mak
-
-vpath %.hp	$(LEVEL1)/sys
-
-DEPENDS		= ./makefile
-
-SYSFILES	= ../../sys/errmsg ../../sys/motd ../../sys/password inetd.conf
-HELPFILES	= asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \
-		chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \
-		dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \
-		dir.hp dirsort.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp \
-		edit.hp error.hp ex.hp exbin.hp format.hp free.hp gfx.hp \
-		help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \
-		list.hp load.hp login.hp makdir.hp \
-		mdir.hp megaread.hp merge.hp mpi.hp mfree.hp os9gen.hp \
-		padrom.hp park.hp procs.hp prompt.hp pwd.hp pxd.hp \
-	 	rename.hp save.hp setime.hp \
-		setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \
-		tuneport.hp unlink.hp verify.hp xmode.hp
-HELPMSG		= helpmsg
-ALLOBJS		= $(SYSFILES) $(HELPMSG)
-
-
-all:	$(ALLOBJS) $(DEPENDS)
-
-inetd.conf:     $(LEVEL1)/sys/inetd.conf
-	@sed -e 's/%TELNET_PORT%/$(TELNET_PORT)/' -e 's/%HTTPD_PORT%/$(HTTPD_PORT)/' $^ > $@                         
-
-helpmsg: $(HELPFILES)
-	$(MERGE) $^ > $@
-
-clean:
-	$(RM) $(HELPMSG) inetd.conf
-
-showobjs:
-	@$(ECHO) $(ALLOBJS)
+include ../../coco1/sys/makefile
--- a/level1/coco2b/sys/makefile	Thu May 23 18:09:08 2013 -0500
+++ b/level1/coco2b/sys/makefile	Thu May 23 18:17:06 2013 -0500
@@ -1,41 +1,1 @@
-ifeq ($(PORT),)
-        PORT=coco1
-endif
-include $(NITROS9DIR)/rules.mak
-TELNET_PORT	= 6830
-HTTPD_PORT	= 6831
-
-vpath %.hp	$(LEVEL1)/sys
-
-DEPENDS		= ./makefile
-
-SYSFILES	= ../../sys/errmsg ../../sys/motd ../../sys/password inetd.conf
-HELPFILES	= asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \
-		chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \
-		dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \
-		dir.hp dirsort.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp \
-		edit.hp error.hp ex.hp exbin.hp format.hp free.hp gfx.hp \
-		help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \
-		list.hp load.hp login.hp makdir.hp \
-		mdir.hp megaread.hp merge.hp mpi.hp mfree.hp os9gen.hp \
-		padrom.hp park.hp procs.hp prompt.hp pwd.hp pxd.hp \
-	 	rename.hp save.hp setime.hp \
-		setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \
-		tuneport.hp unlink.hp verify.hp xmode.hp
-HELPMSG		= helpmsg
-ALLOBJS		= $(SYSFILES) $(HELPMSG)
-
-
-all:	$(ALLOBJS) $(DEPENDS)
-
-inetd.conf:     $(LEVEL1)/sys/inetd.conf
-	@sed -e 's/%TELNET_PORT%/$(TELNET_PORT)/' -e 's/%HTTPD_PORT%/$(HTTPD_PORT)/' $^ > $@                         
-
-helpmsg: $(HELPFILES)
-	$(MERGE) $^ > $@
-
-clean:
-	$(RM) $(HELPMSG) inetd.conf
-
-showobjs:
-	@$(ECHO) $(ALLOBJS)
+include ../../coco1/sys/makefile
--- a/level1/d64/makefile	Thu May 23 18:09:08 2013 -0500
+++ b/level1/d64/makefile	Thu May 23 18:17:06 2013 -0500
@@ -29,13 +29,7 @@
 #	Updated to use new build system, for multiple supported platforms.
 #
 
-ifeq ($(PORT),)
-	PORT=d64
-endif
-include $(NITROS9DIR)/rules.mak
-
-CPU		= 6809
-LEVEL		= 1
+include port.mak
 
 # TERMWIDTH can be either VDG or HR, for 32x16 or 51x24 respectivly
 #NOTE must be lower case.
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level1/d64/port.mak	Thu May 23 18:17:06 2013 -0500
@@ -0,0 +1,8 @@
+PORT = d64
+MACHINE = Dragon 64
+CPU = 6809
+LEVEL = 1
+TELNET_PORT = 6860
+HTTPD_PORT = 6861
+
+include $(NITROS9DIR)/rules.mak
--- a/level1/d64/sys/errmsg	Thu May 23 18:09:08 2013 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,144 +0,0 @@
-183 - Illegal window type
-184 - Window already defined
-185 - Font Not found
-186 - Stack Overflow
-187 - Illegal Argument
-188 - unused
-189 - Illegal Coordinates
-190 - Internal Integrity check
-191 - Buffer size is too small
-192 - Illegal Command
-193 - Screen or Window Table is Full
-194 - Bad/Undefined buffer number
-195 - Illegal window definition
-196 - Window undefined
-197 - unused
-198 - unused
-199 - unused
-200 - Path Table Full
-201 - Illegal Path Number
-202 - Interrupt Polling Table Full
-203 - Illegal Mode
-204 - Device Table Full
-205 - Illegal Module Header
-206 - Module Directory Full
-207 - Memory Full
-208 - Illegal Service Request
-209 - Module Busy
-210 - Boundary Error
-211 - End of File
-212 - Returning non-allocated memory
-213 - Non-existing Segment
-214 - No Permission
-215 - Bad Path Name
-216 - Path Name Not Found
-217 - Segment List Full
-218 - File Already Exists
-219 - Illegal Block Address
-220 - Phone Hangup-Data Carrier Detect lost
-221 - Module Not Found
-223 - Suicide Attempt
-224 - Illegal Process Number
-226 - No Children
-227 - Illegal SWI Code
-228 - Process Aborted
-229 - Process Table Full
-230 - Illegal Parameter Area
-231 - Known module
-232 - Incorrect Module CRC
-233 - Signal Error
-234 - Non-existent Module
-235 - Bad Name
-236 - Bad Module Header
-237 - RAM Full
-238 - Unknown Process ID
-239 - No task number available
-240 - Unit Error
-241 - Sector Error
-242 - Write Protect
-243 - CRC Error
-244 - Read Error
-245 - Write Error
-246 - Not Ready
-247 - Seek Error
-248 - Media Full
-249 - Wrong Type
-250 - Device Busy
-251 - Disk ID Change
-252 - Record is locked-out
-253 - Non-sharable file busy
-254 - I/O Deadlock Error
-1 - Unconditional Abort
-2 - Keyboard Abort
-3 - Keyboard Interrupt
-10 -- Unrecognized Symbol
-11 -- Excessive Verbage
-12 -- Illegal Statement Construction
-13 -- I-code Overflow
-14 -- Illegal Channel Reference
-15 -- Illegal Mode (read/write/update)
-16 -- Illegal Number
-17 -- Illegal Prefix
-18 -- Illegal Operand
-19 -- Illegal Operator
-20 -- Illegal Record Field Name
-21 -- Illegal Dimension
-22 -- Illegal Literal
-23 -- Illegal Relational
-24 -- Illegal Type Suffix
-25 -- Too-large Dimension
-26 -- Too-large Line Number
-27 -- Missing Assignment Statement
-28 -- Missing Path Number
-29 -- Missing Comma
-30 -- Missing Dimension
-31 -- Missing DO Statement
-32 -- Memory Full
-33 -- Missing GOTO
-34 -- Missing Left Parenthesis
-35 -- Missing Line Reference
-36 -- Missing Operand
-37 -- Missing Right Parenthesis
-38 -- Missing THEN statement
-39 -- Missing TO
-40 -- Missing Variable Reference
-41 -- No Ending Quote
-42 -- Too Many Subscripts
-43 -- Unknown Procedure
-44 -- Multiply-defined Procedure
-45 -- Divide by Zero
-46 -- Operand Type Mismatch
-47 -- String Stack Overflow
-48 -- Unimplemented Routine
-49 -- Undefined Variable
-50 -- Floating Overflow
-51 -- Line with Compiler Error
-52 -- Value out of Range for Destination
-53 -- Subroutine Stack Overflow
-54 -- Subroutine Stack Underflow
-55 -- Subscript out of Range
-56 -- Parameter Error
-57 -- System Stack Overflow
-58 -- I/O Type Mismatch
-59 -- I/O Numeric Input Format Bad
-60 -- I/O Conversion: Number out of Range
-61 -- Illegal Input Format
-62 -- I/O Format Repeat Error
-63 -- I/O Format Syntax Error
-64 -- Illegal Path Number
-65 -- Wrong Number of Subscripts
-66 -- Non-record-type Operand
-67 -- Illegal Argument
-68 -- Illegal Control Structure
-69 -- Unmatched Control Structure
-70 -- Illegal FOR Variable
-71 -- Illegal Expression Type
-72 -- Illegal Declarative Statement
-73 -- Array Size Overflow
-74 -- Undefined Line Number
-75 -- Multiply-defined Line Number
-76 -- Multiply-defined Variable
-77 -- Illegal Input Variable
-78 -- Seek Out of Range
-79 -- Missing Data Statement
-
--- a/level1/d64/sys/makefile	Thu May 23 18:09:08 2013 -0500
+++ b/level1/d64/sys/makefile	Thu May 23 18:17:06 2013 -0500
@@ -1,13 +1,10 @@
-ifeq ($(PORT),)
-        PORT=d64
-endif
-include $(NITROS9DIR)/rules.mak
+include ../port.mak
 
 vpath %.hp	$(LEVEL1)/sys
 
 DEPENDS		= ./makefile
 
-SYSFILES	= errmsg motd password
+SYSFILES	= ../../sys/errmsg ../../sys/motd ../../sys/password inetd.conf
 HELPFILES	= asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \
 		chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \
 		dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \
@@ -26,13 +23,16 @@
 
 all:	$(ALLOBJS) $(DEPENDS)
 
+inetd.conf:     $(LEVEL1)/sys/inetd.conf
+	@sed -e 's/%TELNET_PORT%/$(TELNET_PORT)/' -e 's/%HTTPD_PORT%/$(HTTPD_PORT)/' $^ > $@
+
 alldragon: $(ALLOBJS)
 
 helpmsg: $(HELPFILES)
 	$(MERGE) $^ > $@
 
 clean:
-	$(RM) $(HELPMSG)
+	$(RM) $(HELPMSG) inetd.conf
 
 showobjs:
 	@$(ECHO) $(ALLOBJS)
--- a/level1/d64/sys/motd	Thu May 23 18:09:08 2013 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-
-Welcome to NitrOS-9 Level 1!
-
--- a/level1/d64/sys/password	Thu May 23 18:09:08 2013 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-,,0,128,/DD/CMDS,.,SHELL
-USER1,,1,128,.,.,SHELL
-USER2,,2,128,.,.,SHELL
-USER3,,3,128,.,.,SHELL
-USER4,,4,128,.,.,SHELL
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level1/dalpha/port.mak	Thu May 23 18:17:06 2013 -0500
@@ -0,0 +1,8 @@
+PORT = dalpha
+MACHINE = Dragon Alpha
+CPU = 6809
+LEVEL = 1
+TELNET_PORT = 6870
+HTTPD_PORT = 6871
+
+include $(NITROS9DIR)/rules.mak
--- a/level1/dalpha/sys/errmsg	Thu May 23 18:09:08 2013 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,144 +0,0 @@
-183 - Illegal window type
-184 - Window already defined
-185 - Font Not found
-186 - Stack Overflow
-187 - Illegal Argument
-188 - unused
-189 - Illegal Coordinates
-190 - Internal Integrity check
-191 - Buffer size is too small
-192 - Illegal Command
-193 - Screen or Window Table is Full
-194 - Bad/Undefined buffer number
-195 - Illegal window definition
-196 - Window undefined
-197 - unused
-198 - unused
-199 - unused
-200 - Path Table Full
-201 - Illegal Path Number
-202 - Interrupt Polling Table Full
-203 - Illegal Mode
-204 - Device Table Full
-205 - Illegal Module Header
-206 - Module Directory Full
-207 - Memory Full
-208 - Illegal Service Request
-209 - Module Busy
-210 - Boundary Error
-211 - End of File
-212 - Returning non-allocated memory
-213 - Non-existing Segment
-214 - No Permission
-215 - Bad Path Name
-216 - Path Name Not Found
-217 - Segment List Full
-218 - File Already Exists
-219 - Illegal Block Address
-220 - Phone Hangup-Data Carrier Detect lost
-221 - Module Not Found
-223 - Suicide Attempt
-224 - Illegal Process Number
-226 - No Children
-227 - Illegal SWI Code
-228 - Process Aborted
-229 - Process Table Full
-230 - Illegal Parameter Area
-231 - Known module
-232 - Incorrect Module CRC
-233 - Signal Error
-234 - Non-existent Module
-235 - Bad Name
-236 - Bad Module Header
-237 - RAM Full
-238 - Unknown Process ID
-239 - No task number available
-240 - Unit Error
-241 - Sector Error
-242 - Write Protect
-243 - CRC Error
-244 - Read Error
-245 - Write Error
-246 - Not Ready
-247 - Seek Error
-248 - Media Full
-249 - Wrong Type
-250 - Device Busy
-251 - Disk ID Change
-252 - Record is locked-out
-253 - Non-sharable file busy
-254 - I/O Deadlock Error
-1 - Unconditional Abort
-2 - Keyboard Abort
-3 - Keyboard Interrupt
-10 -- Unrecognized Symbol
-11 -- Excessive Verbage
-12 -- Illegal Statement Construction
-13 -- I-code Overflow
-14 -- Illegal Channel Reference
-15 -- Illegal Mode (read/write/update)
-16 -- Illegal Number
-17 -- Illegal Prefix
-18 -- Illegal Operand
-19 -- Illegal Operator
-20 -- Illegal Record Field Name
-21 -- Illegal Dimension
-22 -- Illegal Literal
-23 -- Illegal Relational
-24 -- Illegal Type Suffix
-25 -- Too-large Dimension
-26 -- Too-large Line Number
-27 -- Missing Assignment Statement
-28 -- Missing Path Number
-29 -- Missing Comma
-30 -- Missing Dimension
-31 -- Missing DO Statement
-32 -- Memory Full
-33 -- Missing GOTO
-34 -- Missing Left Parenthesis
-35 -- Missing Line Reference
-36 -- Missing Operand
-37 -- Missing Right Parenthesis
-38 -- Missing THEN statement
-39 -- Missing TO
-40 -- Missing Variable Reference
-41 -- No Ending Quote
-42 -- Too Many Subscripts
-43 -- Unknown Procedure
-44 -- Multiply-defined Procedure
-45 -- Divide by Zero
-46 -- Operand Type Mismatch
-47 -- String Stack Overflow
-48 -- Unimplemented Routine
-49 -- Undefined Variable
-50 -- Floating Overflow
-51 -- Line with Compiler Error
-52 -- Value out of Range for Destination
-53 -- Subroutine Stack Overflow
-54 -- Subroutine Stack Underflow
-55 -- Subscript out of Range
-56 -- Parameter Error
-57 -- System Stack Overflow
-58 -- I/O Type Mismatch
-59 -- I/O Numeric Input Format Bad
-60 -- I/O Conversion: Number out of Range
-61 -- Illegal Input Format
-62 -- I/O Format Repeat Error
-63 -- I/O Format Syntax Error
-64 -- Illegal Path Number
-65 -- Wrong Number of Subscripts
-66 -- Non-record-type Operand
-67 -- Illegal Argument
-68 -- Illegal Control Structure
-69 -- Unmatched Control Structure
-70 -- Illegal FOR Variable
-71 -- Illegal Expression Type
-72 -- Illegal Declarative Statement
-73 -- Array Size Overflow
-74 -- Undefined Line Number
-75 -- Multiply-defined Line Number
-76 -- Multiply-defined Variable
-77 -- Illegal Input Variable
-78 -- Seek Out of Range
-79 -- Missing Data Statement
-
--- a/level1/dalpha/sys/makefile	Thu May 23 18:09:08 2013 -0500
+++ b/level1/dalpha/sys/makefile	Thu May 23 18:17:06 2013 -0500
@@ -1,36 +1,1 @@
-PORT = dalpha
-include $(NITROS9DIR)/rules.mak
-
-vpath %.hp	$(LEVEL1)/sys
-
-DEPENDS		= ./makefile
-
-SYSFILES	= errmsg motd password
-HELPFILES	= asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \
-		chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \
-		dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \
-		dir.hp dirsort.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp \
-		edit.hp error.hp ex.hp exbin.hp format.hp free.hp gfx.hp \
-		help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \
-		list.hp load.hp login.hp makdir.hp \
-		mdir.hp megaread.hp merge.hp mpi.hp mfree.hp os9gen.hp \
-		padrom.hp park.hp procs.hp prompt.hp pwd.hp pxd.hp \
-	 	rename.hp save.hp setime.hp \
-		setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \
-		tuneport.hp unlink.hp verify.hp xmode.hp
-HELPMSG		= helpmsg
-ALLOBJS		= $(SYSFILES) $(HELPMSG)
-
-
-all:	$(ALLOBJS) $(DEPENDS)
-
-alldragon: $(ALLOBJS)
-
-helpmsg: $(HELPFILES)
-	$(MERGE) $^ > $@
-
-clean:
-	$(RM) $(HELPMSG)
-
-showobjs:
-	@$(ECHO) $(ALLOBJS)
+include ../../coco1/sys/makefile
--- a/level1/dalpha/sys/motd	Thu May 23 18:09:08 2013 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-
-Welcome to NitrOS-9 Level 1!
-
--- a/level1/dalpha/sys/password	Thu May 23 18:09:08 2013 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-,,0,128,/DD/CMDS,.,SHELL
-USER1,,1,128,.,.,SHELL
-USER2,,2,128,.,.,SHELL
-USER3,,3,128,.,.,SHELL
-USER4,,4,128,.,.,SHELL
--- a/level1/deluxe/sys/Makefile	Thu May 23 18:09:08 2013 -0500
+++ b/level1/deluxe/sys/Makefile	Thu May 23 18:17:06 2013 -0500
@@ -1,41 +1,1 @@
-ifeq ($(PORT),)
-        PORT=coco1
-endif
-include $(NITROS9DIR)/rules.mak
-TELNET_PORT	= 6840
-HTTPD_PORT	= 6841
-
-vpath %.hp	$(LEVEL1)/sys
-
-DEPENDS		= ./Makefile
-
-SYSFILES	= ../../sys/errmsg ../../sys/motd ../../sys/password inetd.conf
-HELPFILES	= asm.hp attr.hp backup.hp binex.hp build.hp chd.hp \
-		chx.hp cmp.hp cobbler.hp config.hp copy.hp cputype.hp date.hp \
-		dcheck.hp debug.hp ded.hp deiniz.hp del.hp deldir.hp devs.hp \
-		dir.hp dirsort.hp disasm.hp display.hp dmode.hp dsave.hp dump.hp echo.hp \
-		edit.hp error.hp ex.hp exbin.hp format.hp free.hp gfx.hp \
-		help.hp ident.hp iniz.hp inkey.hp irqs.hp kill.hp link.hp \
-		list.hp load.hp login.hp makdir.hp \
-		mdir.hp megaread.hp merge.hp mpi.hp mfree.hp os9gen.hp \
-		padrom.hp park.hp procs.hp prompt.hp pwd.hp pxd.hp \
-	 	rename.hp save.hp setime.hp \
-		setpr.hp shell.hp sleep.hp tee.hp tmode.hp touch.hp tsmon.hp \
-		tuneport.hp unlink.hp verify.hp xmode.hp
-HELPMSG		= helpmsg
-ALLOBJS		= $(SYSFILES) $(HELPMSG)
-
-
-all:	$(ALLOBJS) $(DEPENDS)
-
-inetd.conf:     $(LEVEL1)/sys/inetd.conf
-	@sed -e 's/%TELNET_PORT%/$(TELNET_PORT)/' -e 's/%HTTPD_PORT%/$(HTTPD_PORT)/' $^ > $@                         
-
-helpmsg: $(HELPFILES)
-	$(MERGE) $^ > $@
-
-clean:
-	$(RM) $(HELPMSG) inetd.conf
-
-showobjs:
-	@$(ECHO) $(ALLOBJS)
+include ../../coco1/sys/makefile
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/level1/tano/port.mak	Thu May 23 18:17:06 2013 -0500
@@ -0,0 +1,8 @@
+PORT = tano
+MACHINE = Tano Dragon
+CPU = 6809
+LEVEL = 1
+TELNET_PORT = 6880
+HTTPD_PORT = 6881
+
+include $(NITROS9DIR)/rules.mak
--- a/level1/tano/sys/errmsg	Thu May 23 18:09:08 2013 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,144 +0,0 @@
-183 - Illegal window type
-184 - Window already defined
-185 - Font Not found
-186 - Stack Overflow
-187 - Illegal Argument
-188 - unused
-189 - Illegal Coordinates
-190 - Internal Integrity check
-191 - Buffer size is too small
-192 - Illegal Command
-193 - Screen or Window Table is Full
-194 - Bad/Undefined buffer number
-195 - Illegal window definition
-196 - Window undefined
-197 - unused
-198 - unused
-199 - unused
-200 - Path Table Full
-201 - Illegal Path Number
-202 - Interrupt Polling Table Full
-203 - Illegal Mode
-204 - Device Table Full
-205 - Illegal Module Header
-206 - Module Directory Full
-207 - Memory Full
-208 - Illegal Service Request
-209 - Module Busy
-210 - Boundary Error
-211 - End of File
-212 - Returning non-allocated memory
-213 - Non-existing Segment
-214 - No Permission
-215 - Bad Path Name
-216 - Path Name Not Found
-217 - Segment List Full
-218 - File Already Exists
-219 - Illegal Block Address
-220 - Phone Hangup-Data Carrier Detect lost
-221 - Module Not Found
-223 - Suicide Attempt
-224 - Illegal Process Number
-226 - No Children
-227 - Illegal SWI Code
-228 - Process Aborted
-229 - Process Table Full
-230 - Illegal Parameter Area
-231 - Known module
-232 - Incorrect Module CRC
-233 - Signal Error
-234 - Non-existent Module
-235 - Bad Name
-236 - Bad Module Header
-237 - RAM Full
-238 - Unknown Process ID
-239 - No task number available
-240 - Unit Error
-241 - Sector Error
-242 - Write Protect
-243 - CRC Error
-244 - Read Error
-245 - Write Error
-246 - Not Ready
-247 - Seek Error
-248 - Media Full
-249 - Wrong Type
-250 - Device Busy
-251 - Disk ID Change
-252 - Record is locked-out
-253 - Non-sharable file busy
-254 - I/O Deadlock Error
-1 - Unconditional Abort
-2 - Keyboard Abort
-3 - Keyboard Interrupt
-10 -- Unrecognized Symbol
-11 -- Excessive Verbage
-12 -- Illegal Statement Construction
-13 -- I-code Overflow
-14 -- Illegal Channel Reference
-15 -- Illegal Mode (read/write/update)
-16 -- Illegal Number
-17 -- Illegal Prefix
-18 -- Illegal Operand
-19 -- Illegal Operator
-20 -- Illegal Record Field Name
-21 -- Illegal Dimension
-22 -- Illegal Literal
-23 -- Illegal Relational
-24 -- Illegal Type Suffix
-25 -- Too-large Dimension
-26 -- Too-large Line Number
-27 -- Missing Assignment Statement
-28 -- Missing Path Number
-29 -- Missing Comma
-30 -- Missing Dimension
-31 -- Missing DO Statement
-32 -- Memory Full
-33 -- Missing GOTO
-34 -- Missing Left Parenthesis
-35 -- Missing Line Reference
-36 -- Missing Operand
-37 -- Missing Right Parenthesis
-38 -- Missing THEN statement
-39 -- Missing TO
-40 -- Missing Variable Reference
-41 -- No Ending Quote
-42 -- Too Many Subscripts
-43 -- Unknown Procedure
-44 -- Multiply-defined Procedure
-45 -- Divide by Zero
-46 -- Operand Type Mismatch
-47 -- String Stack Overflow
-48 -- Unimplemented Routine
-49 -- Undefined Variable
-50 -- Floating Overflow
-51 -- Line with Compiler Error
-52 -- Value out of Range for Destination
-53 -- Subroutine Stack Overflow
-54 -- Subroutine Stack Underflow
-55 -- Subscript out of Range
-56 -- Parameter Error
-57 -- System Stack Overflow
-58 -- I/O Type Mismatch
-59 -- I/O Numeric Input Format Bad
-60 -- I/O Conversion: Number out of Range
-61 -- Illegal Input Format
-62 -- I/O Format Repeat Error
-63 -- I/O Format Syntax Error
-64 -- Illegal Path Number
-65 -- Wrong Number of Subscripts
-66 -- Non-record-type Operand
-67 -- Illegal Argument
-68 -- Illegal Control Structure
-69 -- Unmatched Control Structure
-70 -- Illegal FOR Variable
-71 -- Illegal Expression Type
-72 -- Illegal Declarative Statement
-73 -- Array Size Overflow
-74 -- Undefined Line Number
-75 -- Multiply-defined Line Number
-76 -- Multiply-defined Variable
-77 -- Illegal Input Variable
-78 -- Seek Out of Range
-79 -- Missing Data Statement
-
--- a/level1/tano/sys/makefile	Thu May 23 18:09:08 2013 -0500
+++ b/level1/tano/sys/makefile	Thu May 23 18:17:06 2013 -0500
@@ -1,2 +1,1 @@
-PORT=tano
-include ../../d64/sys/makefile
+include ../../coco1/sys/makefile
--- a/level1/tano/sys/motd	Thu May 23 18:09:08 2013 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-
-Welcome to NitrOS-9 Level 1!
-
--- a/level1/tano/sys/password	Thu May 23 18:09:08 2013 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-,,0,128,/DD/CMDS,.,SHELL
-USER1,,1,128,.,.,SHELL
-USER2,,2,128,.,.,SHELL
-USER3,,3,128,.,.,SHELL
-USER4,,4,128,.,.,SHELL