From ea44d0a43332e59cdee3762712ec4f3a0bed9639 Mon Sep 17 00:00:00 2001 From: Rob Bradford Date: Thu, 17 Sep 2020 15:11:45 +0100 Subject: [PATCH] README: Include bzImage as a supported direct kernel boot method Signed-off-by: Rob Bradford --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d7c84729..cb9bc79ac 100644 --- a/README.md +++ b/README.md @@ -151,8 +151,7 @@ Multiple arguments can be given to the `--disk` parameter. #### Building your kernel -`cloud-hypervisor` also supports direct kernel boot into a `vmlinux` ELF kernel -image. In order to support virtio-fs and virtio-iommu we have our own development branch. You are of course able to use your own kernel but these instructions will continue with the version that we develop and test against. +`cloud-hypervisor` also supports direct kernel boot into a `vmlinux` ELF kernel or `bzImage`. In order to support virtio-fs and virtio-iommu we have our own development branch. You are of course able to use your own kernel but these instructions will continue with the version that we develop and test against. To build the kernel: