From owner-cvs-all Thu Oct 8 14:04:15 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19478 for cvs-all-outgoing; Thu, 8 Oct 1998 14:04:15 -0700 (PDT) (envelope-from owner-cvs-all) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA19378; Thu, 8 Oct 1998 14:03:50 -0700 (PDT) (envelope-from msmith@FreeBSD.org) From: Michael Smith Received: (from msmith@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA05278; Thu, 8 Oct 1998 14:03:42 -0700 (PDT) Date: Thu, 8 Oct 1998 14:03:42 -0700 (PDT) Message-Id: <199810082103.OAA05278@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 genassym.c locore.s Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 1998/10/08 14:03:42 PDT Modified files: sys/i386/i386 genassym.c locore.s Log: Fix up the kernel environment and module data pointers in the bootinfo if they are present. If we are told where the end of the loaded kernel image is, believe it. Revision Changes Path 1.62 +4 -1 src/sys/i386/i386/genassym.c 1.114 +25 -2 src/sys/i386/i386/locore.s