Skip to main content

kernel/
config.rs

1// SPDX-License-Identifier: GPL-3.0-only
2//! Global Compile-Time Kernel Configuration
3//!
4//! Authors: MarioS271
5
6pub const MAX_CPUS: usize = 255;