mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:33:12 -06:00
Merge trunk -> wbw
This commit is contained in:
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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 -
|
||||
#
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user