#[unsafe(link_section = ".multiboot")]pub(crate) static MULTIBOOT_V1_HEADER: MultibootV1HeaderExpand description
Multiboot V1 header, allowing this kernel to be booted directly by QEMU
When compiling for a macOS host, the link_section attribute is elided as
it yields the following error: mach-o section specifier requires a segment and section separated by a comma.