[uml-user] Running 32bit binaries in a 64bit uml kernel

2011-03-09 Thread Eric Dacquay
Hi, I've been playing around with uml these past few days and I was wondering if it was possible to run a 32 bit binary under a 64bit uml kernel. I've got no issues running 64bit binaries but I've had no such luck with the 32bit binaries. If it is possible, I assume the kernel needs to be config

Re: [uml-user] Running 32bit binaries in a 64bit uml kernel

2011-03-09 Thread clownix
I do the following: make mrproper ARCH=um SUBARCH=i386 cp ${KCONFIG} .config # make menuconfig ARCH=um SUBARCH=i386 make ARCH=um SUBARCH=i386 make modules_install ARCH=um SUBARCH=i386 INSTALL_MOD_PATH=$HERE To make running uml machines, you can look in the how_to_create_vm/uml/.. direct

Re: [uml-user] Running 32bit binaries in a 64bit uml kernel

2011-03-09 Thread Eric Dacquay
My understanding of this and as far as I can tell is that all this does is build a 32 bit kernel but this does not help what I am trying to do. What I'm wondering if it is possible, is running a multilib setup inside uml. Thanks Eric On Wed, Mar 9, 2011 at 4:32 PM, wrote: > > I do the followi

Re: [uml-user] Running 32bit binaries in a 64bit uml kernel

2011-03-09 Thread Antoine Martin
On 03/09/2011 04:32 PM, clow...@clownix.net wrote: > I do the following: > > make mrproper ARCH=um SUBARCH=i386 > cp ${KCONFIG} .config > # make menuconfig ARCH=um SUBARCH=i386 > make ARCH=um SUBARCH=i386 > make modules_install ARCH=um SUBARCH=i386 INSTALL_MOD_PATH=$HERE > > To make runnin

Re: [uml-user] Running 32bit binaries in a 64bit uml kernel

2011-03-09 Thread Antoine Martin
On 03/08/2011 03:33 PM, Eric Dacquay wrote: > Hi, > > I've been playing around with uml these past few days and I was > wondering if it was possible to run a 32 bit binary under a 64bit uml > kernel. I've got no issues running 64bit binaries but I've had no > such luck with the 32bit binaries. If

[uml-user] 32 bit UML kernel over Ubuntu 10.04 64 bit

2011-03-09 Thread Augusto
I've noticed that my 32-bit UML kernel cannot boot on Ubuntu-64, while it works correctly on the corresponding Ubuntu-32, and I've been reported that it works also on an unstable Debian-64. Anybody is willing to give me a simple explanation of why this happens? Thank you! --