From owner-cvs-all Thu Oct 15 20:04:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24714 for cvs-all-outgoing; Thu, 15 Oct 1998 20:04:24 -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 UAA24670; Thu, 15 Oct 1998 20:04:18 -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 UAA08020; Thu, 15 Oct 1998 20:04:16 -0700 (PDT) Date: Thu, 15 Oct 1998 20:04:16 -0700 (PDT) Message-Id: <199810160304.UAA08020@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/15 20:04:16 PDT Modified files: sys/boot/common load_elf.c Log: "fix" the gzipped kernel load problem by having the loader check that it can seek back to the first PT_LOAD and doing a close/reopen if it cannot. This is because the first PT_LOAD section includes the ELF headers. This fixes gzipped kernels on the i386, it should solve mike's problem for the Alpha. Revision Changes Path 1.8 +33 -22 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