Re: Avoiding BIGMEM support programatically.

2005-07-18 Thread Fawad Lateef
On 7/18/05, vamsi krishna <[EMAIL PROTECTED]> wrote: > Hello All, > > I have a program working fine on a 2.6.xx-smp kernel, and the program > crashes on the same version kernel with bigmem i.e (2.6.xxx-bigmem). > What is your program ??? what it is doing ??? Can u explain ?? or send some code po

Avoiding BIGMEM support programatically.

2005-07-18 Thread vamsi krishna
Hello All, I have a program working fine on a 2.6.xx-smp kernel, and the program crashes on the same version kernel with bigmem i.e (2.6.xxx-bigmem). I also found that for a same executable on bigmem kernel the virtual address's of '&_start' and '&_etext', seem to vary in every new run. Is there