Re: [uml-user] compiling kernel module for UML

2008-10-05 Thread David Francisco Rodriguez Perez
Hi Chetan 'CONFIG_KERNEL_STACK_ORDER' is a UML configuration option to set the size of the kernel stack. I believe the default is 2. If 2 the kernel stack is 4 pages. if 3 then it is 8 pages and so on. I think your kenel is not configured for UML. Make sure it has a .config for UML otherwise you

Re: [uml-user] compiling kernel module for UML

2008-10-04 Thread arshad hussain
On Thu, Oct 2, 2008 at 9:20 PM, Chetan Nanda <[EMAIL PROTECTED]> wrote: > > > On Tue, Sep 30, 2008 at 11:50 PM, arshad hussain <[EMAIL PROTECTED]> > wrote: >> >> On Tue, Sep 30, 2008 at 11:12 PM, Chetan Nanda <[EMAIL PROTECTED]> >> wrote: >> > Hi All, >> > >> > I am trying my hands with User mode L

Re: [uml-user] compiling kernel module for UML

2008-10-04 Thread Chetan Nanda
On Tue, Sep 30, 2008 at 11:50 PM, arshad hussain <[EMAIL PROTECTED]>wrote: > On Tue, Sep 30, 2008 at 11:12 PM, Chetan Nanda <[EMAIL PROTECTED]> > wrote: > > Hi All, > > > > I am trying my hands with User mode Linux. > > I am able to configure and kernel 2.6.24 under UML. > > > > Next It am trying

Re: [uml-user] compiling kernel module for UML

2008-09-30 Thread arshad hussain
On Tue, Sep 30, 2008 at 11:12 PM, Chetan Nanda <[EMAIL PROTECTED]> wrote: > Hi All, > > I am trying my hands with User mode Linux. > I am able to configure and kernel 2.6.24 under UML. > > Next It am trying to compile kernel module (so that modules can be insmod > into running UML). > But not able