Re: Linux on Bochs

2008-12-26 Thread pragnesh radadia
On Fri, Dec 26, 2008 at 4:15 PM, sahlot arvind wrote: > Hi Everyone, > > I am trying to use bochs for learning linux kernel. But I am unable to build > bochs from its source code. > I am getting a compile time error. I am trying to build bochs-2.1.1 with > gcc-4.3.2. what is the error? > I have tr

Re: i can't find "Debug slab memory allocations" option in menuconfig.

2008-11-01 Thread pragnesh radadia
On Sat, Nov 1, 2008 at 9:04 PM, Enes Albay <[EMAIL PROTECTED]> wrote: > Hi all, > I want to enable "Debug slab memory allocations" option while i'm compiling > new kernel, but i couldn't find this option. When i serached it in > menuconfig, it shows me that > > Symbol: DEBUG_SLAB_LEAK [=n] > │ > │

Re: Help needed regarding Makefile os an external loadable module

2008-06-15 Thread pragnesh radadia
I think Makefile only require modification if you add new sourcecode file. - Original Message From: Veda Tripathi <[EMAIL PROTECTED]> To: kernelnewbies@nl.linux.org Sent: Monday, 16 June, 2008 8:15:17 AM Subject: Help needed regarding Makefile os an external loadable module Hi all, I ha