Re: [uml-user] make defconfig for kernel compilation

2007-06-02 Thread Flavio
Thank you Jeff, Best regards, Flavio 2007/6/2, Jeff Dike <[EMAIL PROTECTED]>: > On Sat, Jun 02, 2007 at 12:23:20AM +0200, Flavio wrote: > > I've a simple question. > > Doing "make defconfig" on a UML instance is the same of doing "make > > defconfig" on a host machine? The final .config file is

Re: [uml-user] make defconfig for kernel compilation

2007-06-01 Thread Jeff Dike
On Sat, Jun 02, 2007 at 12:23:20AM +0200, Flavio wrote: > I've a simple question. > Doing "make defconfig" on a UML instance is the same of doing "make > defconfig" on a host machine? The final .config file is the same in > both cases? Sure, everything should behave the same inside a UML as on the

[uml-user] make defconfig for kernel compilation

2007-06-01 Thread Flavio
Hello list, I've a simple question. Doing "make defconfig" on a UML instance is the same of doing "make defconfig" on a host machine? The final .config file is the same in both cases? I need to know that, because I would like to know if the final kernel image is the same in both cases. Even thoug