gno/bin/gsh
gdr-ftp 61474a874f This checkin contains only enough changes that gsh is able to assemble
and link.  However, it does not work yet and thus still needs work.

The *.asm files have had the following common changes:
	- 'keep' lines were eliminated
	- the 'mcopy' now takes the macro from the /obj/gno/bin/gsh
	  directory.  This is in anticipation of having the macro
	  files generated from a single source file; there is a large
	  amount of duplication.  For the moment, the makefile merely
	  copies the old macro files from the "M" directory to the
	  /obj/gno/bin/gsh directory.
	- start each file with a dummy routine so that the source
	  code winds up in the *.o rather than the *.root file.
	- added the 'setcom 60' directive; there were many source
	  lines that were otherwise getting truncated.

The makefile is a complete rewrite.
1998-04-24 15:38:47 +00:00
..
M Initial checkin of gsh v1.1 as provided by Tony Diaz. 1997-11-18 05:31:00 +00:00
tests Initial checkin of gsh v1.1 as provided by Tony Diaz. 1997-11-18 05:31:00 +00:00
alias.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
bufpool.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
builtin.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
cmd.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
dir.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
edit.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
expand.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
gsh.rez This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
hash.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
history.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
invoke.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
jobs.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
link.script Initial checkin of gsh v1.1 as provided by Tony Diaz. 1997-11-18 05:31:00 +00:00
m16.gno Initial checkin of gsh v1.1 as provided by Tony Diaz. 1997-11-18 05:31:00 +00:00
main.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
Makefile This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
mdb.mac Initial checkin of gsh v1.1 as provided by Tony Diaz. 1997-11-18 05:31:00 +00:00
mmdebug.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
mods Initial checkin of gsh v1.1 as provided by Tony Diaz. 1997-11-18 05:31:00 +00:00
oldorca.asm Initial checkin of gsh v1.1 as provided by Tony Diaz. 1997-11-18 05:31:00 +00:00
orca.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
prompt.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
shell.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
shellutil.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
shellvar.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
stdio.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
sv.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
term.asm This checkin contains only enough changes that gsh is able to assemble 1998-04-24 15:38:47 +00:00
To.Do Initial checkin of gsh v1.1 as provided by Tony Diaz. 1997-11-18 05:31:00 +00:00
UpdateLog Initial checkin of gsh v1.1 as provided by Tony Diaz. 1997-11-18 05:31:00 +00:00