From 5b39c91aa932ba458e2fb95b1f8546b958e53b67 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Sat, 8 Oct 2022 11:05:00 +0300 Subject: makefile: use multiboot by default --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0db6ae4..c7129fc 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ OSNAME = mfsos OSBIN = $(OSNAME).bin KERNBIN = kernel.bin # Available options: `bootloader`, `multiboot` -BOOT ?= bootloader +BOOT ?= multiboot ARCH = x86 ARCH_PATH = arch/$(ARCH) -- cgit v1.2.3-18-g5258