diff --git a/website/content/en/status/report-2023-04-2023-06/kboot.adoc b/website/content/en/status/report-2023-04-2023-06/kboot.adoc index 7fa205c7a71c..bc4eea73d3c1 100644 --- a/website/content/en/status/report-2023-04-2023-06/kboot.adoc +++ b/website/content/en/status/report-2023-04-2023-06/kboot.adoc @@ -21,7 +21,7 @@ It supports loading files from the host's filesystem, from any man:loader[8]-sup Any mix of these is available, so configuraiton overrides can be loaded from the host's filesystem, but the kernel can be loaded from dedicated storage (say NVME) or a ram disk image. It supports a host console running over stdin/stdout. It supports explicit locations such as `/dev/nvme0ns1:/boot/loader/gerbil.conf` for where to load filesystems from. -If supports ZFS boot environments, including the boot-once feature. +It supports ZFS boot environments, including the boot-once feature. FreeBSD/aarch64 now can boot from Linux in a LinuxBoot environment, with support and functionality comparable to man:loader.efi[8]. Memory layout passed in for GICv3 workarounds.