diff level1/d64/bootfiles/makefile @ 3174:5fad6ee804ba

Adding Co42 a beautiful and fast 42x24 Hi-Res screen based from CoHR code. Supports lowercase, reversed and underlined characters. Making as default for dragon64
author lfantoniosi
date Sun, 14 May 2017 00:15:38 -0700
parents 195b041299ec
children
line wrap: on
line diff
--- a/level1/d64/bootfiles/makefile	Sat May 13 23:17:11 2017 -0700
+++ b/level1/d64/bootfiles/makefile	Sun May 14 00:15:38 2017 -0700
@@ -56,6 +56,18 @@
 		$(MD)/clock_60hz $(MD)/clock2_soft \
 		$(MD)/sysgo_dd
 
+BOOTFILE_CO42_DS40 = $(MD)/ioman \
+		$(MD)/rbf.mn $(MD)/ddisk.dr \
+		$(MD)/ddd0_40d.dd \
+		$(MD)/d0_40d.dd $(MD)/d1_40d.dd \
+		$(MD)/d2_40d.dd $(MD)/d3_40d.dd\
+		$(MD)/scf.mn \
+		$(MD)/vtio.dr $(MD)/co42.io $(MD)/term_42.dt \
+		$(MD)/scdpp.dr $(MD)/p_dpp.dd \
+		$(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
+		$(MD)/clock_60hz $(MD)/clock2_soft \
+		$(MD)/sysgo_dd		
+
 BOOTFILE_COVDG_DS80 = $(MD)/ioman \
 		$(MD)/rbf.mn $(MD)/ddisk.dr \
 		$(MD)/ddd0_80d.dd \
@@ -80,6 +92,18 @@
 		$(MD)/clock_60hz $(MD)/clock2_soft \
 		$(MD)/sysgo_dd
 
+BOOTFILE_CO42_DS80 = $(MD)/ioman \
+		$(MD)/rbf.mn $(MD)/ddisk.dr \
+		$(MD)/ddd0_80d.dd \
+		$(MD)/d0_80d.dd $(MD)/d1_80d.dd \
+		$(MD)/d2_80d.dd $(MD)/d3_80d.dd\
+		$(MD)/scf.mn \
+		$(MD)/vtio.dr $(MD)/co42.io $(MD)/term_42.dt \
+		$(MD)/scdpp.dr $(MD)/p_dpp.dd \
+		$(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
+		$(MD)/clock_60hz $(MD)/clock2_soft \
+		$(MD)/sysgo_dd
+
 BOOTFILE_COVDG_SS40 = $(MD)/ioman \
 		$(MD)/rbf.mn $(MD)/ddisk.dr \
 		$(MD)/ddd0_40d.dd \
@@ -104,10 +128,21 @@
 		$(MD)/clock_60hz $(MD)/clock2_soft \
 		$(MD)/sysgo_dd
 
+BOOTFILE_CO42_SS40 = $(MD)/ioman \
+		$(MD)/rbf.mn $(MD)/ddisk.dr \
+		$(MD)/ddd0_40d.dd \
+		$(MD)/d0_40s.dd $(MD)/d1_40s.dd \
+		$(MD)/d2_40s.dd $(MD)/d3_40s.dd\
+		$(MD)/scf.mn \
+		$(MD)/vtio.dr $(MD)/co42.io $(MD)/term_42.dt \
+		$(MD)/scdpp.dr $(MD)/p_dpp.dd \
+		$(MD)/pipeman.mn $(MD)/piper.dr $(MD)/pipe.dd \
+		$(MD)/clock_60hz $(MD)/clock2_soft \
+		$(MD)/sysgo_dd
 
-BOOTFILES	= bootfile_cohr_ds40 bootfile_covdg_ds40 \
-		  bootfile_cohr_ds80 bootfile_covdg_ds80 \
-		  bootfile_cohr_ss40 bootfile_covdg_ss40
+BOOTFILES	= bootfile_cohr_ds40 bootfile_covdg_ds40 bootfile_co42_ds40 \
+		  bootfile_cohr_ds80 bootfile_covdg_ds80 bootfile_co42_ds80 \
+		  bootfile_cohr_ss40 bootfile_covdg_ss40 bootfile_co42_ss40
 		  
 KERNELS		= kernel
 
@@ -124,18 +159,27 @@
 bootfile_cohr_ds40: 	$(BOOTFILE_COHR_DS40) $(DEPENDS)
 				$(MERGE) $(BOOTFILE_COHR_DS40) > $@
 
+bootfile_co42_ds40: 	$(BOOTFILE_CO42_DS40) $(DEPENDS)
+				$(MERGE) $(BOOTFILE_CO42_DS40) > $@				
+
 bootfile_covdg_ds80: 	$(BOOTFILE_COVDG_DS80) $(DEPENDS)
 				$(MERGE) $(BOOTFILE_COVDG_DS80) > $@
 
 bootfile_cohr_ds80: 	$(BOOTFILE_COHR_DS80) $(DEPENDS)
 				$(MERGE) $(BOOTFILE_COHR_DS80) > $@
 
+bootfile_co42_ds80: 	$(BOOTFILE_CO42_DS80) $(DEPENDS)
+				$(MERGE) $(BOOTFILE_CO42_DS80) > $@				
+
 bootfile_covdg_ss40: 	$(BOOTFILE_COVDG_SS40) $(DEPENDS)
 				$(MERGE) $(BOOTFILE_COVDG_SS40) > $@
 
 bootfile_cohr_ss40: 	$(BOOTFILE_COHR_SS40) $(DEPENDS)
 				$(MERGE) $(BOOTFILE_COHR_SS40) > $@
 
+bootfile_co42_ss40: 	$(BOOTFILE_CO42_SS40) $(DEPENDS)
+				$(MERGE) $(BOOTFILE_CO42_SS40) > $@
+
 kernel: $(KERNEL) $(DEPENDS)
 		$(MERGE) $(KERNEL)>$@
 		$(PADROM) 4096 $@