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

Module flags

Module flags 

Source
Expand description

Memory mapping flags

Constants§

MAP_ANONYMOUS
Anonymous mapping (no file)
MAP_FIXED
Place mapping at exact address
MAP_PRIVATE
Changes are private
MAP_SHARED
Share changes
PROT_EXEC
Pages may be executed
PROT_NONE
Pages may not be accessed
PROT_READ
Pages may be read
PROT_WRITE
Pages may be written