Skip to main content

CMDLINE_BUF

Static CMDLINE_BUF 

Source
static CMDLINE_BUF: [u8; 2048]
Expand description

Fixed-size buffer for kernel cmdline (up to 2KB). SAFETY: Written once during early boot (single-threaded, IRQs disabled), then read-only. Safe for concurrent reads after initialization.