Subject: CVS commit: src/sys/arch/i386/include
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 07/18/2003 17:33:06
Module Name:	src
Committed By:	tls
Date:		Fri Jul 18 17:33:06 UTC 2003

Modified Files:
	src/sys/arch/i386/include: param.h

Log Message:
Allow redefiniton of KERNBASE.  Because the type of this constant is
different for locore.S and the rest of the kernel, if you redefine
it from the default value, you must also define KERNBASE_LOCORE -- this
is ugly, but so is having the same constant with two different types
depending where in the kernel it's used...


To generate a diff of this commit:
cvs rdiff -r1.54 -r1.55 src/sys/arch/i386/include/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.