On Wed, 6 Jun 2007 11:11:34 -0400 Jeff Dike <[EMAIL PROTECTED]> wrote:
> On Tue, Jun 05, 2007 at 06:20:24PM -0700, Andrew Morton wrote:
> > If you do
> >
> > - int "Kernel stack size order"
> > + int
> >
> > then this rule will no longer be offered to the user and `make oldconfig'
> > (actua
Boaz Harrosh wrote:
> if I do "make ARCH=um KBUILD_OUTPUT=.build_um defconfig" in 2.6.22-rc4
> I see that KERNEL_STACK_ORDER == 0. The resulting kernel will not boot my
> FedoraCore5-AMD64-root_fs. Manually editing to 1 will fix that.
> (By the way: can I change it inside make xconfig?)
>
> In pre
if I do "make ARCH=um KBUILD_OUTPUT=.build_um defconfig" in 2.6.22-rc4
I see that KERNEL_STACK_ORDER == 0. The resulting kernel will not boot my
FedoraCore5-AMD64-root_fs. Manually editing to 1 will fix that.
(By the way: can I change it inside make xconfig?)
In previous kernels 2.6.19-2.6.21 I us
Include linux/kernel.h wherever simple_strtoul is used. This kills a
compile warning in stderr_console.c and potential ones in the other
files.
This also fixes a bunch of style violations in exitcode.c.
Signed-off-by: Jeff Dike <[EMAIL PROTECTED]>
--
arch/um/drivers/line.c |1 +
a
On Tue, Jun 05, 2007 at 06:20:24PM -0700, Andrew Morton wrote:
> If you do
>
> - int "Kernel stack size order"
> + int
>
> then this rule will no longer be offered to the user and `make oldconfig'
> (actually anythingconfig) will override whatever happens to be in .config
> for KERNEL_STA
On Wed, Jun 06, 2007 at 07:17:45PM +0545, battipatisainagendra Bhavaniprasad
wrote:
> I have downloaded kernel 2.6.21 merror from following url
>
> http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.21.tar.gz
>
> the following commands are given...to run uml
>
> make def
On Wed, Jun 06, 2007 at 04:52:25PM +0530, battipatisainagendra Bhavaniprasad
wrote:
> next i went with the latest kernel i.e..linux-2.6.21.tar.bz2
> but when i run command i.e...make ARCH=um
>
> it's going on exexuting the same sequence of things
What same sequence of things? The JB_* error
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
[snip]
> arch/um/os-Linux/sys-i386/registers.c:139: error: 'JB_BP' undeclared
> (first use in this function)
>
> make[2]: *** [arch/um/os-Linux/sys-i386/registers.o] Error 1
>
> make[1]: *** [arch/um/os-Linux/sys-i386] Error 2
>
>
> next i went w
Hello sir,
This is Prasad working on UML.I have tried running UML
with latest source from www.kernel.org but I could not get.
the problem was as followes
with 2.6.16 kernel i have given the following commands
1.make defconfig ARCH=um
2.make ARCH=um
but i am getting an error