summaryrefslogtreecommitdiff
path: root/bootblocks
diff options
context:
space:
mode:
Diffstat (limited to 'bootblocks')
-rw-r--r--bootblocks/Makefile6
1 files changed, 6 insertions, 0 deletions
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