From owner-freebsd-hackers Sun Jul 28 18:43:59 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA23422 for hackers-outgoing; Sun, 28 Jul 1996 18:43:59 -0700 (PDT) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA23417 for ; Sun, 28 Jul 1996 18:43:55 -0700 (PDT) Received: (from root@localhost) by dyson.iquest.net (8.7.5/8.6.9) id UAA00805; Sun, 28 Jul 1996 20:43:17 -0500 (EST) From: "John S. Dyson" Message-Id: <199607290143.UAA00805@dyson.iquest.net> Subject: Re: -T appears to be a can of worms: To: toor@dyson.iquest.net (John S. Dyson) Date: Sun, 28 Jul 1996 20:43:17 -0500 (EST) Cc: rminnich@Sarnoff.COM, freebsd-hackers@freebsd.org In-Reply-To: <199607290057.TAA00731@dyson.iquest.net> from "John S. Dyson" at Jul 28, 96 07:57:50 pm X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > 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. ^^^^ I meant might. >