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

DEFAULT_USER_STACK_PAGES

Constant DEFAULT_USER_STACK_PAGES 

Source
pub const DEFAULT_USER_STACK_PAGES: usize = 16;
Expand description

Default user stack size: 64KB (16 pages) for kernel-created threads User processes use the value from ProcessCreateOptions instead.