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

From: philw@pla... philw@pla...
Subject: Stupid question about the plan9 kernel
Date: Sat, 18 Jan 1997 19:49:38 -0500

ok, so now rob corrected me. Where ever the boot loader
left it is wrong. _start in l.s moves the kernel stack
into the MACH area before calling C. So all the init
code gets run out of a stack in MACH. That is used as
a transition stack.

phil