Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!decvax!decwrl!ucbvax!usc-ecl.arpa!Chris%ECLD From: Chris%ECLD@USC-ECL.ARPA (Christopher Ho) Newsgroups: mod.computers.vax Subject: (VMS) map other process' address space Message-ID: <12190246391.10.CHRIS@USC-ECLD.Internet> Date: Wed, 12-Mar-86 21:23:23 EST Article-I.D.: USC-ECLD.12190246391.10.CHRIS Posted: Wed Mar 12 21:23:23 1986 Date-Received: Sat, 15-Mar-86 02:44:59 EST Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 7 Approved: info-vax@sri-kl.arpa I am building a VMS application, where, given only a Process ID and a range of addresses, I would like to map that process' virtual memory into my own addressing space. What is the easiest way of doing this? Explicit sharing using global sections is not an alternative. Any helpful hints re: possible manipulation of page table entries would be welcome. -------