From 63e85af62f7f46a31b8b767439cc275c065a6d33 Mon Sep 17 00:00:00 2001 From: Ain <41307858+nero@users.noreply.github.com> Date: Wed, 22 Apr 2020 21:44:43 +0200 Subject: [PATCH] Fix building of hdd image --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 61f3b48..eef5ab7 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ part.img: fatc.bs $(DISTFILES) mattrib -i $@ +s ::rdos ::rdos/kernel.bs hdd.img: part.img mbr.bs - cat $< > $@ + cat mbr.bs part.img > $@ clean: rm -f *.com *.bs *.0 *.lst *.img *.bin *.rom