diff --git a/trunk/Apps/apps-bins/comfiles.lbr b/trunk/Apps/apps-bins/comfiles.lbr index 32ef841f..f5ab52bf 100644 Binary files a/trunk/Apps/apps-bins/comfiles.lbr and b/trunk/Apps/apps-bins/comfiles.lbr differ diff --git a/trunk/Apps/apps-srcs/sources.lbr b/trunk/Apps/apps-srcs/sources.lbr index f24229a6..b6d3fc6d 100644 Binary files a/trunk/Apps/apps-srcs/sources.lbr and b/trunk/Apps/apps-srcs/sources.lbr differ diff --git a/trunk/Apps/core/access.com b/trunk/Apps/core/access.com index d5523f33..fc71ba44 100644 Binary files a/trunk/Apps/core/access.com and b/trunk/Apps/core/access.com differ diff --git a/trunk/Apps/core/cpmname.com b/trunk/Apps/core/cpmname.com index e4be9503..665804f6 100644 Binary files a/trunk/Apps/core/cpmname.com and b/trunk/Apps/core/cpmname.com differ diff --git a/trunk/Apps/core/findfile.com b/trunk/Apps/core/findfile.com index 02fab8cb..1e0416ab 100644 Binary files a/trunk/Apps/core/findfile.com and b/trunk/Apps/core/findfile.com differ diff --git a/trunk/Apps/core/map.com b/trunk/Apps/core/map.com index 1b7fbc2c..4efc2a81 100644 Binary files a/trunk/Apps/core/map.com and b/trunk/Apps/core/map.com differ diff --git a/trunk/Apps/core/meta.com b/trunk/Apps/core/meta.com index 37ddd83b..17690542 100644 Binary files a/trunk/Apps/core/meta.com and b/trunk/Apps/core/meta.com differ diff --git a/trunk/Apps/core/multifmt.com b/trunk/Apps/core/multifmt.com index 276adb69..8102760a 100644 Binary files a/trunk/Apps/core/multifmt.com and b/trunk/Apps/core/multifmt.com differ diff --git a/trunk/Apps/core/setlabel.com b/trunk/Apps/core/setlabel.com index 1e41dd88..7b53f016 100644 Binary files a/trunk/Apps/core/setlabel.com and b/trunk/Apps/core/setlabel.com differ diff --git a/trunk/Apps/core/sysgen.com b/trunk/Apps/core/sysgen.com index d5905818..11536f4b 100644 Binary files a/trunk/Apps/core/sysgen.com and b/trunk/Apps/core/sysgen.com differ diff --git a/trunk/Apps/core/termtype.com b/trunk/Apps/core/termtype.com index 9e33e0ba..c01dcdb8 100644 Binary files a/trunk/Apps/core/termtype.com and b/trunk/Apps/core/termtype.com differ diff --git a/trunk/Apps/core/view.com b/trunk/Apps/core/view.com index 417081ad..11ff9af7 100644 Binary files a/trunk/Apps/core/view.com and b/trunk/Apps/core/view.com differ diff --git a/trunk/Apps/dougs-devo/allfiles.lbr b/trunk/Apps/dougs-devo/allfiles.lbr index 93fe9a1c..17151ca2 100644 Binary files a/trunk/Apps/dougs-devo/allfiles.lbr and b/trunk/Apps/dougs-devo/allfiles.lbr differ diff --git a/trunk/LSource/Makefile b/trunk/LSource/Makefile index b3d5d102..b588a48a 100644 --- a/trunk/LSource/Makefile +++ b/trunk/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 - # diff --git a/trunk/Source/ver.inc b/trunk/Source/ver.inc index 5e5d7ba9..9ac89e8f 100644 --- a/trunk/Source/ver.inc +++ b/trunk/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 diff --git a/trunk/XSource/Makefile b/trunk/XSource/Makefile index d51972ef..cc2d3374 100644 --- a/trunk/XSource/Makefile +++ b/trunk/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