Subject: CVS commit: src/sys/arch/usermode
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 12/29/2007 16:13:46
Module Name: src
Committed By: jmcneill
Date: Sat Dec 29 16:13:46 UTC 2007
Modified Files:
src/sys/arch/usermode/conf: Makefile.usermode
src/sys/arch/usermode/usermode: machdep.c
Log Message:
Define init_main's main away to kernmain, and provide our own MD main entry
point. We do this since we don't have a proper bootloader, so we can
instead parse boot arguments here.
$ ./netbsd -h
-h: unknown flag
usage: ./netbsd [-acdqsvx]
(ex. "./netbsd -s")
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/usermode/conf/Makefile.usermode
cvs rdiff -r1.1 -r1.2 src/sys/arch/usermode/usermode/machdep.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.