]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Set curproc at the end of proc0_init().
authordt <dt@FreeBSD.org>
Thu, 29 Apr 1999 22:51:59 +0000 (22:51 +0000)
committerdt <dt@FreeBSD.org>
Thu, 29 Apr 1999 22:51:59 +0000 (22:51 +0000)
commitb1fc5e056c1db54d1b2892c45d41d63df6317815
tree511e3b864be53ec74a7b770b1b564674dec78874
parenta80f97ecbeac88ff9b7b99755f5c7e6869863c18
Set curproc at the end of proc0_init().

This patch also moves the bogus comment (the comment is still not quite
right) and (as a side effect) removes some verbose initialisations (we
depend on static initialisation to 0 for almost everything in proc0).

The alpha kernels are bootable again. The change  won't affect i386's
until machdep.c is changed.

Submitted by: bde
sys/kern/init_main.c