From owner-cvs-all Fri Oct 9 16:36:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA20341 for cvs-all-outgoing; Fri, 9 Oct 1998 16:36:35 -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 QAA20317; Fri, 9 Oct 1998 16:36:28 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA07075; Fri, 9 Oct 1998 16:36:27 -0700 (PDT) Date: Fri, 9 Oct 1998 16:36:27 -0700 (PDT) Message-Id: <199810092336.QAA07075@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 locore.s machdep.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/10/09 16:36:27 PDT Modified files: sys/i386/i386 locore.s machdep.c Log: Relocate the preload module info from machdep specifically rather than trying to do it in locore. We also walk through the module table and relocate any MODINFO_ADDR pointers so that they become KVM relative rather than physical addresses. This means that hacks for adding 0xf0000000 in places like MFS go away. Revision Changes Path 1.115 +1 -17 src/sys/i386/i386/locore.s 1.313 +8 -4 src/sys/i386/i386/machdep.c