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

create_shm_pool

Function create_shm_pool 

Source
pub fn create_shm_pool(
    client_id: u32,
    size: usize,
) -> Result<usize, KernelError>
Expand description

Create a shared memory pool for Wayland buffers.

Returns the pool object ID.