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

send_startup_ipi

Function send_startup_ipi 

Source
pub fn send_startup_ipi(dest: u8, startup_page: u8) -> KernelResult<()>
Expand description

Send Startup IPI (SIPI) to a target CPU for AP startup sequence.

startup_page is the physical page number where AP trampoline code resides (e.g., 0x08 for physical address 0x8000).