Subject: CVS commit: src/sys/arch/i386/i386
To: None <source-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: source-changes
Date: 04/12/2006 13:48:52
Module Name:	src
Committed By:	jmmv
Date:		Wed Apr 12 13:48:52 UTC 2006

Modified Files:
	src/sys/arch/i386/i386: locore.S machdep.c

Log Message:
Convert the code that fetches bootinfo information and stores it into the
kernel from assembler to C and add several comments to make things clearer.
I've been running with these changes for a couple of months without problems.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/sys/arch/i386/i386/locore.S
cvs rdiff -r1.570 -r1.571 src/sys/arch/i386/i386/machdep.c

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