<< Back to Codezero API Reference
int l4_kread(u32 rd, void *addr);
/* A compact memory descriptor to determine used/unused physical pages in the system */ struct page_bitmap { unsigned long pfn_start; unsigned long pfn_end; unsigned int map[PHYSMEM_TOTAL_PAGES >> 5]; };
N/A
In the future, this system call will be deprecated and replaced by an L4_CONTAINER_CONTROL system call that implements the same functionality in a generic format.