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

MAX_CPUS

Constant MAX_CPUS 

Source
pub const MAX_CPUS: usize = 16;
Expand description

Maximum number of CPUs Reduced from 256 to 16 for bootloader 0.11 compatibility (reduces static data size)