add kernel support section to readme (#267)

closes #224

Signed-off-by: crosbymichael <michael_crosby@apple.com>
This commit is contained in:
Michael Crosby
2025-08-14 15:15:43 -07:00
committed by GitHub
parent 531ccd6205
commit e08b0d4fb4
+4
View File
@@ -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).