Browse Source

Reintegrate dwg -> trunk

pull/3/head
wayne 13 years ago
parent
commit
6577b5f96b
  1. BIN
      Apps/apps-bins/comfiles.lbr
  2. BIN
      Apps/apps-srcs/sources.lbr
  3. BIN
      Apps/core/access.com
  4. BIN
      Apps/core/cpmname.com
  5. BIN
      Apps/core/findfile.com
  6. BIN
      Apps/core/map.com
  7. BIN
      Apps/core/meta.com
  8. BIN
      Apps/core/multifmt.com
  9. BIN
      Apps/core/setlabel.com
  10. BIN
      Apps/core/sysgen.com
  11. BIN
      Apps/core/termtype.com
  12. BIN
      Apps/core/view.com
  13. BIN
      Apps/dougs-devo/allfiles.lbr
  14. 1
      LSource/Makefile
  15. 8
      Source/ver.inc
  16. 10
      XSource/Makefile

BIN
Apps/apps-bins/comfiles.lbr

Binary file not shown.

BIN
Apps/apps-srcs/sources.lbr

Binary file not shown.

BIN
Apps/core/access.com

Binary file not shown.

BIN
Apps/core/cpmname.com

Binary file not shown.

BIN
Apps/core/findfile.com

Binary file not shown.

BIN
Apps/core/map.com

Binary file not shown.

BIN
Apps/core/meta.com

Binary file not shown.

BIN
Apps/core/multifmt.com

Binary file not shown.

BIN
Apps/core/setlabel.com

Binary file not shown.

BIN
Apps/core/sysgen.com

Binary file not shown.

BIN
Apps/core/termtype.com

Binary file not shown.

BIN
Apps/core/view.com

Binary file not shown.

BIN
Apps/dougs-devo/allfiles.lbr

Binary file not shown.

1
LSource/Makefile

@ -1,3 +1,4 @@
# RomWBW/branches/dwg/LSource/Makefile 1/16/2013 dwg - Makefile for scientific Linux (red hat enterprise)
# RomWBW/branches/dwg/LSource/Makefile 11/09/2012 dwg - added rule to copy n8chars.minc
# RomWBW/branches/dwg/LSource/Makefile 10/27/2012 dwg -
#

8
Source/ver.inc

@ -1,6 +1,6 @@
#DEFINE RMJ 2
#DEFINE RMN 2
#DEFINE RMN 3
#DEFINE RUP 0
#DEFINE RTP 3
#DEFINE BIOSVER "2.2 B3"
#DEFINE REVISION 1741
#DEFINE RTP 0
#DEFINE BIOSVER "2.3(int)"
#DEFINE REVISION 223

10
XSource/Makefile

@ -1,3 +1,4 @@
# RomWBW/branches/dwg/XSource/Makefile 1/16/2013 dwg - validate build on Linux
# RomWBW/branches/dwg/XSource/Makefile 11/09/2012 dwg - add copy rule for n8chars.inc
# RomWBW/branches/dwg/XSource/Makefile 10/24/2012 dwg -
#
@ -202,11 +203,10 @@ os.bin: $(CPBIN) $(DOSBIN) cbios.bin
rom0.bin: pgzero.bin bootrom.bin syscfg.bin loader.bin romfill.bin dbgmon.bin os.bin hbfill.bin
cat pgzero.bin bootrom.bin syscfg.bin loader.bin romfill.bin dbgmon.bin os.bin hbfill.bin >>$@
rom1.bin: pgzero.bin bootrom.bin syscfg.bin loader.bin
#rom1.bin: pgzero.bin bootrom.bin syscfg.bin loader.bin hbios.bin
cat pgzero.bin bootrom.bin syscfg.bin loader.bin >>$@
# cat pgzero.bin bootrom.bin syscfg.bin loader.bin hbios.bin >>$@
# fixed 1/16/20113 dwg - added hbios.bin to end of cat list
rom1.bin: pgzero.bin bootrom.bin syscfg.bin loader.bin hbios.bin
cat pgzero.bin bootrom.bin syscfg.bin loader.bin hbios.bin >>$@
$(OUTDIR)/$(ROMNAME).rom: rom0.bin rom1.bin $(ROMDISKFILES) $(OUTDIR)/$(ROMNAME).sys diskdefs
cp $(SRC)blank$(ROMSIZE)KB.dat RomDisk.tmp

Loading…
Cancel
Save