From owner-cvs-sys Sun May 28 18:38:12 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA09595 for cvs-sys-outgoing; Sun, 28 May 1995 18:38:12 -0700 Received: (from phk@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id SAA09585 ; Sun, 28 May 1995 18:38:09 -0700 Date: Sun, 28 May 1995 18:38:09 -0700 From: Poul-Henning Kamp Message-Id: <199505290138.SAA09585@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/boot/kzipboot Makefile boot.c gzip.h malloc.c misc.c unzip.c Sender: cvs-sys-owner@freebsd.org Precedence: bulk phk 95/05/28 18:38:08 Modified: sys/i386/boot/kzipboot Makefile boot.c gzip.h malloc.c misc.c unzip.c Log: Reduce the amount of bss the kzip stuff uses by moving big buffers into the first Mb of memory. Makes 4Mb machines more happy.