Re: Shared Memory

owner-linux-kernel@vger.rutgers.edu
Mon, 12 May 1997 20:54:07 +0200


> >> > Does anyone know of a systtem call that is available so that given a
> >> > process ID and a physical range of pages, one process could map that
> >> > physical memory into the address space of the process that corresponds to
> >> > the given PID?

Wouldn't Sys V IPC do the trick?

// Jorgen