aboutsummaryrefslogtreecommitdiff
path: root/mirai/kernel/boot.zig
diff options
context:
space:
mode:
authorBobby <[email protected]>2026-07-12 05:17:19 +0530
committerBobby <[email protected]>2026-07-12 05:17:19 +0530
commitcfcee2cbb3f6daeb20ee62fcc411c99ca02f7dec (patch)
treebb4580d0c719ed6e3659f38e552c23cd9ac692cb /mirai/kernel/boot.zig
parent174951500db9ee02ad537cf163d83f9b8dcd9b82 (diff)
downloadakiba-cfcee2cbb3f6daeb20ee62fcc411c99ca02f7dec.tar.xz
akiba-cfcee2cbb3f6daeb20ee62fcc411c99ca02f7dec.zip
Sweep: extract crimson/render strings, move pure-constant files into constants/ subfolders, strip explanatory comments and multi-line headers tree-wide, zig fmt
Diffstat (limited to 'mirai/kernel/boot.zig')
-rw-r--r--mirai/kernel/boot.zig4
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 {