diff options
Diffstat (limited to 'mirai/kernel/boot.zig')
| -rw-r--r-- | mirai/kernel/boot.zig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mirai/kernel/boot.zig b/mirai/kernel/boot.zig index fb8997b..f70aac6 100644 --- a/mirai/kernel/boot.zig +++ b/mirai/kernel/boot.zig @@ -1,8 +1,6 @@ //! Boot Parameters -//! -//! This structure matches what Hikari bootloader passes to the kernel. -pub const boot_params_magic: u64 = 0x494152494D424B41; // "AKBMIRAI" +pub const boot_params_magic: u64 = 0x494152494D424B41; pub const boot_params_version: u32 = 1; pub const BootParams = extern struct { |
