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