From owner-cvs-all Fri Aug 24 1:29:59 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7317C37B407; Fri, 24 Aug 2001 01:29:54 -0700 (PDT) (envelope-from peter@FreeBSD.org) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7O8Tsm74180; Fri, 24 Aug 2001 01:29:54 -0700 (PDT) (envelope-from peter) Message-Id: <200108240829.f7O8Tsm74180@freefall.freebsd.org> From: Peter Wemm Date: Fri, 24 Aug 2001 01:29:54 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/i386 locore.s X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG peter 2001/08/24 01:29:54 PDT Modified files: sys/i386/i386 locore.s Log: Export the actual KERNBASE to the symbol table. We can use nlist() to get this without having to second guess it in userland. Revision Changes Path 1.147 +7 -1 src/sys/i386/i386/locore.s To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message