[FreeVMS] Re: Subproject status


Subject: [FreeVMS] Re: Subproject status
From: BERTRAND Joël (joel.k.bertrand@free.fr)
Date: Fri Nov 30 2001 - 15:34:53 CET


roart@nvg.ntnu.no wrote:

> 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?

        No. I fix it.

> 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).

        It returns (before any modification) :

bffff4ec bffff370

        So, it seems to be good.

        Regards,

        JKB

 

-- 
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:34:12 CET