[FreeVMS] Re: Subproject status


Subject: [FreeVMS] Re: Subproject status
roart@nvg.ntnu.no
Date: Fri Nov 30 2001 - 15:18:27 CET


On Fri, Nov 30, 2001 at 02:41:55PM +0100, BERTRAND Joël wrote:
> roart@nvg.ntnu.no wrote:
>
> > On Fri, Nov 30, 2001 at 02:00:39PM +0100, BERTRAND Joël wrote:
> >
> I have made a cvs update, ./prescript, make clean dep bzImage, and the
> result is the same. The kernel boots, but when it try to call execve()
> to launch init process (in init/main.c), it crashes with
> panic("No init found. Try passing init= option to kernel.");

I had that once, too.

You have
addr_limit = 380 /* was 12 */
in arch/i386/lib/getuser.S?

Can you do a cc -D__KERNEL__ on
#include<linux/sched.h>
#include<stdio.h>
main(){
struct _pcb p;
printf("%x %x\n",&p.addr_limit,&p);
}

The difference should be 380 (dec).

-Roar Thronæs

-- 
Liste de diffusion FreeVMS
Pour se désinscrire : mailto:freevms-request@ml.free.fr?subject=unsubscribe



This archive was generated by hypermail 2b25 : Fri Nov 30 2001 - 15:18:46 CET