From 6d269edda0f49741484c1da6c71d24c031abc9ce Mon Sep 17 00:00:00 2001 From: Robert de Bath Date: Tue, 20 Mar 2001 18:55:18 +0100 Subject: Import Dev86src-0.15.5.tar.gz --- bootblocks/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'bootblocks') diff --git a/bootblocks/Makefile b/bootblocks/Makefile index 068613c..7378819 100644 --- a/bootblocks/Makefile +++ b/bootblocks/Makefile @@ -54,6 +54,12 @@ boottar.sys: $(MSRC) $(MINC) tarboot.bin mv monitor.out boottar.sys @rm -f $(MOBJ) +bootminix.sys: $(MSRC) $(MINC) tarboot.bin + @rm -f $(MOBJ) + make 'CFLAGS=$(CFLAGS) -DMINFLOPPY -i-' monitor.out + mv monitor.out bootminix.sys + @rm -f $(MOBJ) + monitor: $(MSRC) $(MINC) @rm -f $(MOBJ) make 'CFLAGS=-ansi -H0x8000' monitor.out -- cgit v1.2.1