rwatson> It seems to me the kernel entry point should be mi_start()
rwatson> rather than main(), however.
Good point. I just did a small hack to do that:
http://snapshots.jp.freebsd.org/tour/current/kernel/>
4-stable kernel tour will be changed also tomorrow.
-- -
Makoto `MAR' Matsushita
To
Darryl Okahata wrote:
> Robert Watson <[EMAIL PROTECTED]> wrote:
> > Ah, very cool indeed. :-) It seems to me the kernel entry point should
> > be mi_start() rather than main(), however.
>
> Shouldn't it be "mi_startup()", instead?
If we are voting, my vote goes for "btext()" on the x86
Robert Watson <[EMAIL PROTECTED]> wrote:
> Ah, very cool indeed. :-) It seems to me the kernel entry point should
> be mi_start() rather than main(), however.
Shouldn't it be "mi_startup()", instead?
Also, that page, while very useful for casual browsers, just uses
"global". Anyon
Ah, very cool indeed. :-) It seems to me the kernel entry point should
be mi_start() rather than main(), however.
Robert N M Watson FreeBSD Core Team, TrustedBSD Project
[EMAIL PROTECTED] NAI Labs, Safeport Network Services
On Wed, 27 Mar 2002, Julian Elischer wrote:
>
> Th