On Sun, Dec 12, 2010 at 4:37 PM, ron minnich <rminn...@gmail.com> wrote: > I am having a simple problem which I know I've already solved -- but > the machine is elsewhere.
It's turning out not to be simple at all. The *init* is the init process. It is the hand-crafted kernel process and it sets up an initial name space and calls exec with a boot file name and argv. The exec file name is /boot/boot; the argv is supplied by the kernel. It's bogus; arg[1] is 2. I'll let you now. No idea why this is an issue when I'm not using standard boot (yet). ron