From owner-cvs-sys Fri Nov 17 21:12:24 1995 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA22644 for cvs-sys-outgoing; Fri, 17 Nov 1995 21:12:24 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id VAA22605 ; Fri, 17 Nov 1995 21:12:13 -0800 Date: Fri, 17 Nov 1995 21:12:13 -0800 From: Bruce Evans Message-Id: <199511180512.VAA22605@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/boot/kzipboot boot.c Sender: owner-cvs-sys@FreeBSD.ORG Precedence: bulk bde 95/11/17 21:12:12 Modified: sys/i386/boot/kzipboot boot.c Log: Fixed scrolling. The bottom line wasn't cleared. This caused the boot to display "Booting the kernelel...done" instead of "Booting the kernel". Removed save and restore of BIOS memory. kzipped kernels haven't ever overlaid the BIOS memory.