Mercurial > hg > Members > kono > nitros9-code
changeset 2794:a52a60c66f5a lwtools-port
Fixed incorrect data sections
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Sun, 27 Jan 2013 18:04:11 -0600 |
parents | a124f282f759 |
children | 7b1ec1a7a288 439531b77983 |
files | level1/cmds/attr.as level1/cmds/dw.as level1/cmds/inetd.as level1/cmds/load.as level1/cmds/tee.as level1/cmds/telnet.as level1/cmds/touch.as level1/cmds/tsmon.as |
diffstat | 8 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/level1/cmds/attr.as Sun Jan 27 18:03:36 2013 -0600 +++ b/level1/cmds/attr.as Sun Jan 27 18:04:11 2013 -0600 @@ -24,7 +24,7 @@ edition set 11 - section data + section .bss fpath rmb 1 rawpath rmb 1 parmptr rmb 2
--- a/level1/cmds/dw.as Sun Jan 27 18:03:36 2013 -0600 +++ b/level1/cmds/dw.as Sun Jan 27 18:04:11 2013 -0600 @@ -17,7 +17,7 @@ rev set $00 edition set 1 - section data + section .bss pbuffer rmb 256 pbend rmb 2 cbuffer rmb 256
--- a/level1/cmds/inetd.as Sun Jan 27 18:03:36 2013 -0600 +++ b/level1/cmds/inetd.as Sun Jan 27 18:04:11 2013 -0600 @@ -23,7 +23,7 @@ rev set $00 edition set 3 - section data + section .bss targetport rmb 2 netdatardy rmb 1 nbufferl equ 128
--- a/level1/cmds/load.as Sun Jan 27 18:03:36 2013 -0600 +++ b/level1/cmds/load.as Sun Jan 27 18:04:11 2013 -0600 @@ -17,7 +17,7 @@ rev set $00 edition set 4 - section data + section .bss u0000 rmb 200 endsect
--- a/level1/cmds/tee.as Sun Jan 27 18:03:36 2013 -0600 +++ b/level1/cmds/tee.as Sun Jan 27 18:04:11 2013 -0600 @@ -19,7 +19,7 @@ rev set $00 edition set 2 - section data + section .bss u0000 rmb 1 parray rmb 13 pcount rmb 1
--- a/level1/cmds/telnet.as Sun Jan 27 18:03:36 2013 -0600 +++ b/level1/cmds/telnet.as Sun Jan 27 18:04:11 2013 -0600 @@ -49,7 +49,7 @@ rev set $00 edition set 5 - section data + section .bss connected rmb 1 netdatardy rmb 1 keydatardy rmb 1
--- a/level1/cmds/touch.as Sun Jan 27 18:03:36 2013 -0600 +++ b/level1/cmds/touch.as Sun Jan 27 18:04:11 2013 -0600 @@ -29,7 +29,7 @@ edition set 2 * Your utility's static storage vars go here - section data + section .bss parmptr rmb 2 pointer to our command line params bufptr rmb 2 pointer to user expandable buffer bufsiz rmb 2 size of user expandable buffer