From 14c0596d40f5b02153ce379ea6060bd82120f4f9 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Tue, 27 Sep 2022 18:59:00 +0300 Subject: move our bootloader to special directory --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e7c5182..caf5939 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ OSBIN = $(OSNAME).bin KERNBIN = kernel.bin ARCH = x86 -ARCH_BOOT = arch/$(ARCH)/boot +ARCH_BOOT = arch/$(ARCH)/boot/bootloader BOOTBIN = $(ARCH_BOOT)/bootloader.bin TARGET = i686-elf -- cgit v1.2.3-18-g5258