From owner-freebsd-hackers Mon Jul 29 05:02:26 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA22107 for hackers-outgoing; Mon, 29 Jul 1996 05:02:26 -0700 (PDT) Received: from terra.Sarnoff.COM (terra.sarnoff.com [130.33.11.203]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id FAA22098 for ; Mon, 29 Jul 1996 05:02:20 -0700 (PDT) Received: (from rminnich@localhost) by terra.Sarnoff.COM (8.6.12/8.6.12) id IAA22316; Mon, 29 Jul 1996 08:01:14 -0400 Date: Mon, 29 Jul 1996 08:01:14 -0400 (EDT) From: "Ron G. Minnich" X-Sender: rminnich@terra To: "John S. Dyson" cc: freebsd-hackers@freebsd.org Subject: Re: -T appears to be a can of worms: In-Reply-To: <199607290057.TAA00731@dyson.iquest.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 28 Jul 1996, John S. Dyson wrote: > Try mmap'ing the image in. Our a.out format doesn't afford the > info for mapping the image with the existing image-activator > stuff, but mmaping an image and jumping to it -- must just work. yeah i'm doing that now. Got some problems with it. I'll let you know how it goes. I did compile -fpic and -static for this attempt. ron