9fans archive / 1997 / 01 / 14 /    prev next

From: Jean Mehat jm@ai....
Subject: Stupid question about the plan9 kernel
Date: Sun, 19 Jan 1997 00:02:45 +0100 (MET)


In the schedinit() and sched() functions, there is a test :
	if (u){ ... }
What does it means when u is 0? Where is (are?) the kernel stack(s?) stored?