From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Sat, 18 Jan 1997 19:49:38 -0500 From: philw@plan9.bell-labs.com philw@plan9.bell-labs.com Subject: Stupid question about the plan9 kernel Topicbox-Message-UUID: 5438a016-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <19970119004938.yLE71OksLhZOwSxRDDiMDommNWzC-4USD_xRKD_FKDY@z> 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