⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

init

Function init 

Source
pub fn init() -> Result<(), KernelError>
Expand description

Initialize the stack canary subsystem.

Seeds the PRNG from hardware entropy and prepares the canary table. Must be called once during boot.