Subject: CVS commit: src/sys/arch/sgimips/sgimips
To: None <source-changes@NetBSD.org>
From: Ilpo Ruotsalainen <lonewolf@netbsd.org>
List: source-changes
Date: 01/03/2004 04:26:34
Module Name: src
Committed By: lonewolf
Date: Sat Jan 3 04:26:34 UTC 2004
Modified Files:
src/sys/arch/sgimips/sgimips: machdep.c
Log Message:
Rework the memory detection routine to handle cases where kernel doesn't
fit inside one memory chunk.
Leave 1 page before kernel untouched as that's where our initial kernel
stack before we switch to proc0 stack is (fixes boot problems on my Indy
with small kernels).
To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 src/sys/arch/sgimips/sgimips/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.