From e08b0d4fb4e1e4e9b21d593d152fcd3c52eec81b Mon Sep 17 00:00:00 2001 From: Michael Crosby Date: Thu, 14 Aug 2025 18:15:43 -0400 Subject: [PATCH] add kernel support section to readme (#267) closes #224 Signed-off-by: crosbymichael --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 43a52320..0f469170 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,10 @@ This enables containers to be developed and validated across different kernel ve See the [README](/kernel/README.md) in the kernel directory for instructions on how to compile the optimized kernel. +### Kernel Support + +Containerization allows user provided kernels but tests functionality starting with kernel version `6.14.9`. + ### Pre-built Kernel If you wish to consume a pre-built kernel, make sure it has `VIRTIO` drivers compiled into the kernel (not merely as modules).