pub const STRAT9_BOOT_MAGIC: u32 = 0x5354_3942;
Magic number validating the boot handoff ("ST9B" in ASCII).
"ST9B"
The kernel must check this value before trusting any KernelArgs data.
KernelArgs