From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucio De Re To: 9fans mailing list <9fans@cse.psu.edu> Message-ID: <20020307185232.F21445@cackle.proxima.alt.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [9fans] schedinit() Date: Thu, 7 Mar 2002 18:52:32 +0200 Topicbox-Message-UUID: 614dbff0-eaca-11e9-9e20-41e7f4b1d025 Just a quick one, while I track down a problem by other means: is it reasonable for /sys/src/9/port/proc.c:/^schedinit( to be called twice on kernel startup? On a single CPU host? Something happened between October 14, 2000 and March 27, 2001 that causes the pc kernel not to start up properly. I've isolated it to port/proc.c and port/portclock.c (to the best of my ability) and I think it's speed related. But having schedinit() called both in main() and in squidboy() - anyone care to explain squidboy() to me? - doesn't fit with my somewhat vague understanding of the kernel. ++L