Re: Strange memory problem with Linux booted from U-Boot

2005-03-31 Thread Ara Avanesyan
> On Mon, Mar 28, 2005 at 07:57:52PM +0500, Ara Avanesyan wrote: > > Hi, > > > > I need some help on solving this strange problem. > > Here is what I have, > > I have a loadable module (linux.2.4.20) which contains a 2 mb static gloabal > > array. > > When I load it from linux booted via U-Boot the

Re: Strange memory problem with Linux booted from U-Boot

2005-03-29 Thread Eugene Surovegin
On Mon, Mar 28, 2005 at 07:57:52PM +0500, Ara Avanesyan wrote: > Hi, > > I need some help on solving this strange problem. > Here is what I have, > I have a loadable module (linux.2.4.20) which contains a 2 mb static gloabal > array. > When I load it from linux booted via U-Boot the system crashes

Re: Strange memory problem with Linux booted from U-Boot

2005-03-28 Thread Ara Avanesyan
- Original Message - From: "Jan Engelhardt" <[EMAIL PROTECTED]> To: "Ara Avanesyan" <[EMAIL PROTECTED]> Cc: ; <[EMAIL PROTECTED]> Sent: Monday, March 28, 2005 8:06 PM Subject: Re: Strange memory problem with Linux booted from U-Boot > >Hi, >

Re: Strange memory problem with Linux booted from U-Boot

2005-03-28 Thread linux-os
I tried your program with several 'val' values including ~0 and 0. The results were the same. In spite of using character pointers on large negative integers, everything worked. What was the observed kernel problem?? Perhaps, the kernel's printk() was not as kind as g++ and you got some strange pri

Re: Strange memory problem with Linux booted from U-Boot

2005-03-28 Thread Jan Engelhardt
>Hi, > >I need some help on solving this strange problem. >Here is what I have, >I have a loadable module (linux.2.4.20) which contains a 2 mb static gloabal >array. > >Additional information: >The same error occurs if I just run depmod -a. I'd be more interested in the kernel space code... Jan

Strange memory problem with Linux booted from U-Boot

2005-03-28 Thread Ara Avanesyan
Hi, I need some help on solving this strange problem. Here is what I have, I have a loadable module (linux.2.4.20) which contains a 2 mb static gloabal array. When I load it from linux booted via U-Boot the system crashes. Everything works ok if I do the same thing with the same linux booted with