Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!seismo!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.wizards Subject: Re: kludging up the page tables Message-ID: <6198@brl-smoke.ARPA> Date: Wed, 29-Jul-87 21:11:40 EDT Article-I.D.: brl-smok.6198 Posted: Wed Jul 29 21:11:40 1987 Date-Received: Sat, 1-Aug-87 01:05:32 EDT References: <2416@ames.arpa> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Distribution: na Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 8 In article <2416@ames.arpa> mike@ames.UUCP (Mike Smithwick) writes: >We are needing to have shared common blocks ... If you're using a recent UNIX System V (you didn't specify what), then I think you can tell the linker to place the PSECT for the COMMON at a specific address and make it shared, much like the shared library transfer vectors are handled. I haven't tried this myself, though.