summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2022-10-08 11:05:00 +0300
committerJoursoir <chat@joursoir.net>2022-10-13 19:00:25 +0300
commit5b39c91aa932ba458e2fb95b1f8546b958e53b67 (patch)
tree38d1c2a578d2c3ef39dba6010074f280a8a2b2c1
parent16a538de1a643af7cb45133d1eb5fd28e58d25d1 (diff)
downloadmfsos-5b39c91aa932ba458e2fb95b1f8546b958e53b67.tar.gz
mfsos-5b39c91aa932ba458e2fb95b1f8546b958e53b67.tar.bz2
mfsos-5b39c91aa932ba458e2fb95b1f8546b958e53b67.zip
makefile: use multiboot by default
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)