Mercurial > hg > Members > kono > nitros9-code
changeset 1255:bf6f854a4299
Changed revisions to 0
author | boisy |
---|---|
date | Sun, 17 Aug 2003 16:26:12 +0000 |
parents | 5bced1e03639 |
children | 3ff579715249 |
files | level1/cmds/shellplus.asm level2/cmds/dirm.asm level2/cmds/dmem.asm level2/cmds/mdir.asm level2/cmds/mfree.asm level2/cmds/mmap.asm level2/cmds/montype.asm level2/cmds/pmap.asm level2/cmds/proc.asm level2/cmds/procs.asm level2/cmds/reboot.asm level2/cmds/shell_21.asm level2/cmds/smap.asm level2/cmds/unlink.asm level2/cmds/wcreate.asm |
diffstat | 15 files changed, 113 insertions(+), 64 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/cmds/shellplus.asm Sun Aug 17 16:25:29 2003 +0000 +++ b/level1/cmds/shellplus.asm Sun Aug 17 16:26:12 2003 +0000 @@ -5,10 +5,14 @@ * * $Id$ * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* 21 Original Tandy/Microware version -* 22a History and numerous features added +* 21 ????/??/?? +* Original Tandy/Microware version. +* +* 22/2 ????/??/?? +* History and numerous features added. nam Shell ttl program module
--- a/level2/cmds/dirm.asm Sun Aug 17 16:25:29 2003 +0000 +++ b/level2/cmds/dirm.asm Sun Aug 17 16:26:12 2003 +0000 @@ -11,14 +11,16 @@ * Added SS.ScSiz check, and goes to 32-column output if display is 40 columns * or less. * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* ? Disassembled at 8:18:38 AD 94/11/10 -* 5 Added internal print buffer, so an I$Write AD ??/??/?? -* call is not performed for every byte printed -* out. Halves printout time. Added SS.ScSiz -* check, and goes to 32-column output if display -* is 40 columns or less. +* ? 1994/11/10 Alan DeKok +* Disassembled at 8:18:38 +* +* 5 ????/??/?? Alan DeKok +* Added internal print buffer, so an I$Write call is not performed for +* every byte printed out. Halves printout time. Added SS.ScSiz check +* and goes to 32-column output if display is 40 columns or less. nam DirM ttl Show module directory @@ -29,7 +31,7 @@ tylg set Prgrm+Objct atrv set ReEnt+rev -rev set $01 +rev set $00 edition set 5 Bound equ 40 width at which change is made to 32-col printing
--- a/level2/cmds/dmem.asm Sun Aug 17 16:25:29 2003 +0000 +++ b/level2/cmds/dmem.asm Sun Aug 17 16:26:12 2003 +0000 @@ -3,9 +3,11 @@ * * $Id$ * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* 2 Written by Kevin Darling +* 2 ????/??/?? Kevin Darling +* Started. nam DMem ttl Dump memory from system @@ -18,7 +20,7 @@ tylg set Prgrm+Objct atrv set ReEnt+rev -rev set $01 +rev set $00 edition set 2 mod eom,name,tylg,atrv,start,size
--- a/level2/cmds/mdir.asm Sun Aug 17 16:25:29 2003 +0000 +++ b/level2/cmds/mdir.asm Sun Aug 17 16:26:12 2003 +0000 @@ -3,11 +3,14 @@ * * $Id$ * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* 7 Original Tandy/Microware version -* 8 Changed option to -e, optimized slightly BGP 03/01/14 -* Could use greater optimization +* 7 ????/??/?? +* Original Tandy/Microware version +* +* 8 2003/01/14 Boisy Pitre +* Changed option to -e, optimized slightly. Could use greater optimization. nam MDir ttl Show module information @@ -20,7 +23,7 @@ tylg set Prgrm+Objct atrv set ReEnt+rev -rev set $01 +rev set $00 edition set 8 mod eom,name,tylg,atrv,start,size
--- a/level2/cmds/mfree.asm Sun Aug 17 16:25:29 2003 +0000 +++ b/level2/cmds/mfree.asm Sun Aug 17 16:26:12 2003 +0000 @@ -3,9 +3,11 @@ * * $Id$ * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* 2 Original Tandy/Microware version +* 2 ????/??/?? +* Original Tandy/Microware version. nam Mfree ttl Show free memory @@ -18,7 +20,7 @@ tylg set Prgrm+Objct atrv set ReEnt+rev -rev set $01 +rev set $00 edition set 2 mod eom,name,tylg,atrv,start,size
--- a/level2/cmds/mmap.asm Sun Aug 17 16:25:29 2003 +0000 +++ b/level2/cmds/mmap.asm Sun Aug 17 16:26:12 2003 +0000 @@ -5,10 +5,14 @@ * * From Kevin Darling, "Inside OS9 Level II" * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* ? Original verison KKD 88/??/?? -* 4 Modified by Ken Drexler for other block sizes KD 89/07/30 +* ? 1988/??/?? Kevin Darling +* Original version. +* +* 4 1989/07/30 Ken Drexler +* Modified for other block sizes. nam MMap ttl Memory Block Utility @@ -17,7 +21,7 @@ use defsfile endc -Revs set ReEnt+1 +Revs set ReEnt+0 Type set Prgrm+Objct edition set 4
--- a/level2/cmds/montype.asm Sun Aug 17 16:25:29 2003 +0000 +++ b/level2/cmds/montype.asm Sun Aug 17 16:26:12 2003 +0000 @@ -3,15 +3,22 @@ * * $Id$ * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* 1 Original Tandy/Microware version -* 2 Modified to require dash before option BGP 03/01/20 -* 3 Fixed a bug where a non dash option would BGP 03/03/10 -* crash the system. Also shows the monitor -* type when no parameters are passed. -* 4 Made dash optional to accept parameters as RVH 03/05/27 -* args or options, streamlined code flow. +* 1 ????/??/?? +* Original Tandy/Microware version. +* +* 2 2003/01/20 Boisy Pitre +* Modified to require dash before option. +* +* 3 2003/03/10 Boisy Pitre +* Fixed a bug where a non dash option would crash the system. Also shows +* the monitor type when no parameters are passed. +* +* 4 2003/05/27 Rodney Hamilton +* Made dash optional to accept parameters as args or options, streamlined +* code flow. nam MonType ttl Change monitor type
--- a/level2/cmds/pmap.asm Sun Aug 17 16:25:29 2003 +0000 +++ b/level2/cmds/pmap.asm Sun Aug 17 16:26:12 2003 +0000 @@ -5,10 +5,14 @@ * * From "Inside Level II" by Kevin Darling * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* ? Original version KKD 87/02/08 -* 2 Revised to handle 4K or 8K blocks KD 89/09/12 +* ? 1987/02/08 Kevin Darling +* Original version. +* +* 2 1989/09/12 Ken Drexler +* Revised to handle 4K or 8K blocks nam PMap ttl Show process map information @@ -18,7 +22,7 @@ endc Type set Prgrm+Objct -Revs set ReEnt+1 +Revs set ReEnt+0 Bufsiz set 512 edition set 2
--- a/level2/cmds/proc.asm Sun Aug 17 16:25:29 2003 +0000 +++ b/level2/cmds/proc.asm Sun Aug 17 16:26:12 2003 +0000 @@ -8,13 +8,18 @@ * * From "Inside Level II" by Kevin Darling * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* 1 Original version KKD 88/10/28 -* ? Modified to show status in English, stderr ??? 89/07/30 -* and the system process -* 11 Modified to add current executing/editing LCB 94/11/08 -* module name for Basic09 and/or RunB programs +* 1 1988/10/28 Kevin Darling +* Original version. +* +* ? 1989/07/30 +* Modified to show status in English, stderr and the system process. +* +* 11 1994/11/08 L. Curtis Boyle +* Modified to add current executing/editing module name for Basic09 +* and/or RunB programs nam Proc ttl Show process information @@ -24,7 +29,7 @@ endc Type set Prgrm+Objct -Revs set ReEnt+1 +Revs set ReEnt+0 edition set 11 bufsiz set 512
--- a/level2/cmds/procs.asm Sun Aug 17 16:25:29 2003 +0000 +++ b/level2/cmds/procs.asm Sun Aug 17 16:26:12 2003 +0000 @@ -3,10 +3,14 @@ * * $Id$ * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* 14 Original Tandy/Microware version -* 15 Changed e to -e BGP 03/01/14 +* 14 ????/??/?? +* Original Tandy/Microware version. +* +* 15 2003/01/14 Boisy Pitre +* Changed e to -e. nam Procs ttl program module @@ -19,7 +23,7 @@ tylg set Prgrm+Objct atrv set ReEnt+rev -rev set $01 +rev set $00 edition set 15 mod eom,name,tylg,atrv,start,size
--- a/level2/cmds/reboot.asm Sun Aug 17 16:25:29 2003 +0000 +++ b/level2/cmds/reboot.asm Sun Aug 17 16:26:12 2003 +0000 @@ -3,9 +3,11 @@ * * $Id$ * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* 1 Started ADK ??/??/?? +* 1 ????/??/?? Alan DeKok +* Started. nam ReBoot ttl Reboot into OS-9 or DECB @@ -16,7 +18,7 @@ tylg set Prgrm+Objct atrv set ReEnt+Rev -rev set $01 +rev set $00 mod eom,name,tylg,atrv,start,size
--- a/level2/cmds/shell_21.asm Sun Aug 17 16:25:29 2003 +0000 +++ b/level2/cmds/shell_21.asm Sun Aug 17 16:26:12 2003 +0000 @@ -3,10 +3,14 @@ * * $Id$ * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* 21 Original Tandy/Microware version -* 21r2 CHD no longer sets WRITE. permission BGP 03/01/22 +* 21 ????/??/?? +* Original Tandy/Microware version. +* +* 21/2 2003/01/22 Boisy Pitre +* CHD no longer sets WRITE. permission. nam Shell ttl OS-9 command line interpreter
--- a/level2/cmds/smap.asm Sun Aug 17 16:25:29 2003 +0000 +++ b/level2/cmds/smap.asm Sun Aug 17 16:26:12 2003 +0000 @@ -3,9 +3,11 @@ * * $Id$ * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* 1 Original version +* 1 ????/??/?? +* Original version. nam SMap ttl Show System Memory Map @@ -18,7 +20,7 @@ tylg set Prgrm+Objct atrv set ReEnt+rev -rev set $01 +rev set $00 edition set 1 mod eom,name,tylg,atrv,start,size
--- a/level2/cmds/unlink.asm Sun Aug 17 16:25:29 2003 +0000 +++ b/level2/cmds/unlink.asm Sun Aug 17 16:26:12 2003 +0000 @@ -3,9 +3,11 @@ * * $Id$ * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* 2 Original Tandy/Microware version +* 2 ????/??/?? +* Original Tandy/Microware version. nam Unlink ttl Unlink a module @@ -18,7 +20,7 @@ tylg set Prgrm+Objct atrv set ReEnt+rev -rev set $01 +rev set $00 edition set 2 mod eom,name,tylg,atrv,start,size
--- a/level2/cmds/wcreate.asm Sun Aug 17 16:25:29 2003 +0000 +++ b/level2/cmds/wcreate.asm Sun Aug 17 16:26:12 2003 +0000 @@ -3,9 +3,11 @@ * * $Id$ * -* Ed. Comments Who YY/MM/DD +* Edt/Rev YYYY/MM/DD Modified by +* Comment * ------------------------------------------------------------------ -* 3 Original Tandy/Microware version +* 3 ????/??/?? +* Original Tandy/Microware version. nam WCreate ttl Create a window @@ -20,7 +22,7 @@ tylg set Prgrm+Objct atrv set ReEnt+rev -rev set $01 +rev set $00 edition set 3 mod eom,name,tylg,atrv,start,size