From d718777ef6737ac99d6beb3a4a51e29db6659a47 Mon Sep 17 00:00:00 2001 From: Nero <41307858+nero@users.noreply.github.com> Date: Mon, 30 Mar 2020 12:35:59 +0000 Subject: [PATCH] Mark path to kernel file with +s This is actually a much easier way to find the kernel file than comparing filenames and helps reducing the size of the bootsector. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 519d28a..2600c58 100644 --- a/Makefile +++ b/Makefile @@ -64,6 +64,7 @@ part.img: fat32.bs $(DISTFILES) mformat -i $@ -F -B fat32.bs :: mmd -i $@ ::rdos mcopy -i $@ $(DISTFILES) ::rdos + mattrib -i $@ +s ::rdos ::rdos/kernel.bs clean: rm -f *.com *.bs *.0 *.lst *.img *.bin *.rom