From owner-freebsd-hackers Mon Oct 2 10:10:25 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id KAA10575 for hackers-outgoing; Mon, 2 Oct 1995 10:10:25 -0700 Received: from tiny.mcs.usu.edu (tiny.mcs.usu.edu [129.123.15.8]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id KAA10570 for ; Mon, 2 Oct 1995 10:10:23 -0700 Received: (from kurto@localhost) by tiny.mcs.usu.edu (8.6.11/8.6.9) id LAA00331 for freebsd-hackers@freefall.cdrom.com; Mon, 2 Oct 1995 11:21:36 -0600 Date: Mon, 2 Oct 1995 11:21:36 -0600 From: Kurt Olsen Message-Id: <199510021721.LAA00331@tiny.mcs.usu.edu> To: freebsd-hackers@freefall.FreeBSD.org Subject: Re: FreeBSD 2.1 will require a minimum of 8MB for installation. Sender: owner-hackers@FreeBSD.org Precedence: bulk If the problem is that the compressed kernel and the uncompressed kernel don't fit in memory, then why not keep the compressed kernel image on disk and load it in pieces as it becomes necessary for decompression. I could imagine that a 64K buffer would be sufficient (if a little slow.) Kurt Olsen kurto@cc.usu.edu