1 2 3 4 5 6 7
//! Kernel Module pub const entry = @import("entry.zig"); pub const boot = @import("boot.zig"); pub const main = entry.main; pub const BootParams = entry.BootParams;