From owner-freebsd-bugs Wed Oct 25 08:48:29 1995 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id IAA21111 for bugs-outgoing; Wed, 25 Oct 1995 08:48:29 -0700 Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id IAA21104 for ; Wed, 25 Oct 1995 08:48:24 -0700 Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id BAA11466; Thu, 26 Oct 1995 01:46:14 +1000 Date: Thu, 26 Oct 1995 01:46:14 +1000 From: Bruce Evans Message-Id: <199510251546.BAA11466@godzilla.zeta.org.au> To: bugs@FreeBSD.org, uhclem%nemesis@fw.ast.com Subject: re: kern/770: Floppy kernel won't boot with T485 or IDT L2 cache FDIV032 Sender: owner-bugs@FreeBSD.org Precedence: bulk >So something changed between 1005 and 1022 in the boot.flp department that >makes things all better. I hope somebody knows what the change was! :-) kzip was changed to load the kernel lower at a more carefully chosen (lower, not fixed) address so that booting in 4MB works. kzipboot was changed so that decompressing the kernel doesn't overwrite the stub that calls the decompression code (and is returned too). Decompression now usually overwrites the start of the uncompressed kernel but doesn't get as far as the decompression code. Bruce