Skip to content
Commit 835c91b0 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Add support for a per-process virtual page allocator. This is a new member of...

Add support for a per-process virtual page allocator.  This is a new member of the task_group_s structure.  The allocaor must be initialized when a new user process is started and uninitialize when the process group is finally destroyed.  It is used by shmat() and shmdt() to pick the virtual address onto which to map the shared physical memory.
parent b542d173
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment