From 5b38a8d1455fafc038936a4961f0460b911893b0 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Sun, 21 Dec 2025 23:11:28 -0500 Subject: mos: Add boot protocol translation layer The boot protocol translation layer treats all boot protocols as intermediary and thus translates them to a standard MOS protocol. Signed-off-by: Ian Moffett --- mk/defaults.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'mk') diff --git a/mk/defaults.mk b/mk/defaults.mk index 2c06603..0884e44 100644 --- a/mk/defaults.mk +++ b/mk/defaults.mk @@ -3,6 +3,7 @@ # Provided under the BSD-3 clause. # +BOOT_PROTO = limine ARCH = x86_64 QEMU = qemu-system-$(ARCH) -- cgit v1.2.3