diff options
author | Joursoir <chat@joursoir.net> | 2022-10-08 11:05:00 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-10-13 19:00:25 +0300 |
commit | 5b39c91aa932ba458e2fb95b1f8546b958e53b67 (patch) | |
tree | 38d1c2a578d2c3ef39dba6010074f280a8a2b2c1 /Makefile | |
parent | 16a538de1a643af7cb45133d1eb5fd28e58d25d1 (diff) | |
download | mfsos-5b39c91aa932ba458e2fb95b1f8546b958e53b67.tar.gz mfsos-5b39c91aa932ba458e2fb95b1f8546b958e53b67.tar.bz2 mfsos-5b39c91aa932ba458e2fb95b1f8546b958e53b67.zip |
makefile: use multiboot by default
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |