From owner-freebsd-commit Wed Oct 4 02:26:00 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA03864 for freebsd-commit-outgoing; Wed, 4 Oct 1995 02:26:00 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA03833 for cvs-all-outgoing; Wed, 4 Oct 1995 02:25:49 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA03769 for cvs-sys-outgoing; Wed, 4 Oct 1995 02:25:23 -0700 Received: (from jkh@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id CAA03682 ; Wed, 4 Oct 1995 02:24:40 -0700 Date: Wed, 4 Oct 1995 02:24:40 -0700 From: "Jordan K. Hubbard" Message-Id: <199510040924.CAA03682@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/boot/kzipboot Makefile head.S Sender: owner-commit@FreeBSD.org Precedence: bulk jkh 95/10/04 02:24:32 Branch: sys/i386/boot/kzipboot RELENG_2_1_0 Modified: sys/i386/boot/kzipboot Makefile head.S Log: appended are patches to kzipboot and kzip to allow uncompressing the gzip'ed kernel image over itself. I've tested this on a 4 MB machine using a MFSKERNEL provided to me by Jordan and it worked. It was possible to finally do an install of a SNAP on the machine. Submitted by: Gary Jennejohn