<< Back to Codezero API Reference

9.) L4_KREAD System Call

int l4_kread(u32 rd, void *addr);
Purpose
Operational Model
/* 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];
};
L4 Userspace Library Functions

N/A

Future

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.

<< Back to Codezero API Reference