From 7f71ee15dfca8cd3e6ba4309ed768015ffbe8644 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 17 Sep 2025 01:44:55 -0400 Subject: kern: Make memmap dump configurable via kconf Use the OSMORA kernel configuration framework to add options for L5Lunos to parse during early startup. Signed-off-by: Ian Moffett --- src/tools/bootstrap | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/tools/bootstrap') diff --git a/src/tools/bootstrap b/src/tools/bootstrap index 78c38ab..8e0708e 100755 --- a/src/tools/bootstrap +++ b/src/tools/bootstrap @@ -37,7 +37,12 @@ build_omar() { $MAKE -C tools/omar } +build_kconf() { + $MAKE -C tools/kconf/ +} + build() { + build_kconf build_limine build_omar } -- cgit v1.2.3