Browse Source

Merge trunk -> wbw

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

BIN
branches/wbw/Apps/apps-bins/comfiles.lbr

Binary file not shown.

BIN
branches/wbw/Apps/apps-srcs/sources.lbr

Binary file not shown.

BIN
branches/wbw/Apps/core/access.com

Binary file not shown.

BIN
branches/wbw/Apps/core/cpmname.com

Binary file not shown.

BIN
branches/wbw/Apps/core/findfile.com

Binary file not shown.

BIN
branches/wbw/Apps/core/map.com

Binary file not shown.

BIN
branches/wbw/Apps/core/meta.com

Binary file not shown.

BIN
branches/wbw/Apps/core/multifmt.com

Binary file not shown.

BIN
branches/wbw/Apps/core/setlabel.com

Binary file not shown.

BIN
branches/wbw/Apps/core/sysgen.com

Binary file not shown.

BIN
branches/wbw/Apps/core/termtype.com

Binary file not shown.

BIN
branches/wbw/Apps/core/view.com

Binary file not shown.

BIN
branches/wbw/Apps/dougs-devo/allfiles.lbr

Binary file not shown.

1
branches/wbw/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
branches/wbw/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
branches/wbw/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