Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/arch/usermode
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.
Home |
Main Index |
Thread Index |
Old Index