[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 configured correctly.  If this is the case, could
anybody point me to what this option is?

Thanks

Eric

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user


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 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/..
> directory of the cloonix-8.03 tool.

--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
User-mode-linux-user mailing list
User-mode-linux-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-user