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/sys/conf/GENERIC | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/sys/conf/GENERIC (limited to 'src/sys/conf') diff --git a/src/sys/conf/GENERIC b/src/sys/conf/GENERIC new file mode 100644 index 0000000..816ece3 --- /dev/null +++ b/src/sys/conf/GENERIC @@ -0,0 +1 @@ +option DUMP_MEMMAP yes // Dump memory map on boot -- cgit v1.2.3