From owner-cvs-all Fri Oct 16 20:06:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA18820 for cvs-all-outgoing; Fri, 16 Oct 1998 20:06:50 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA18812; Fri, 16 Oct 1998 20:06:42 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA27058; Fri, 16 Oct 1998 20:06:39 -0700 (PDT) Date: Fri, 16 Oct 1998 20:06:39 -0700 (PDT) Message-Id: <199810170306.UAA27058@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common load_elf.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/10/16 20:06:39 PDT Modified files: sys/boot/common load_elf.c Log: Load the first page of the file and use the headers in it. This should avoid the need to seek back to offset zero which is causing trouble on the Alpha with a gzipped kernel. Revision Changes Path 1.9 +49 -53 src/sys/boot/common/load_elf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message