Merge trunk -> wbw

This commit is contained in:
wayne
2013-01-17 05:35:47 +00:00
parent 3a475a4f4c
commit f0f7930bfd
16 changed files with 10 additions and 9 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -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 -
#

View File

@@ -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

View File

@@ -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