From cfcee2cbb3f6daeb20ee62fcc411c99ca02f7dec Mon Sep 17 00:00:00 2001 From: Bobby <30593201+luciferreeves@users.noreply.github.com> Date: Sun, 12 Jul 2026 05:17:19 +0530 Subject: Sweep: extract crimson/render strings, move pure-constant files into constants/ subfolders, strip explanatory comments and multi-line headers tree-wide, zig fmt --- mirai/kernel/boot.zig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mirai/kernel/boot.zig') 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 { -- cgit v1.2.3