Date: Thu, 15 Oct 1998 20:04:16 -0700 (PDT) From: Peter Wemm <peter@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/common load_elf.c Message-ID: <199810160304.UAA08020@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199810160304.UAA08020>