[uml-user] 64-bit UML with 32-bit root

2015-08-27 Thread Mark Morgan Lloyd
The (unofficial?) FAQ at http://uml.devloop.org.uk/faq.html implies that it is possible to build UML on a 64-bit system to run a 32-bit guest. The best that I can manage on e.g. Debian "Jessie" x86-64 is to use make ARCH=um SUBARCH=i386 which results in a 32-bit ELF to presumably run a 32-bit

Re: [uml-user] 64-bit UML with 32-bit root

2015-08-27 Thread Julien Iguchi-Cartigny
On 08/27/2015 03:14 PM, Mark Morgan Lloyd wrote: > The (unofficial?) FAQ at http://uml.devloop.org.uk/faq.html implies that > it is possible to build UML on a 64-bit system to run a 32-bit guest. > > The best that I can manage on e.g. Debian "Jessie" x86-64 is to use > make ARCH=um SUBARCH=i386

Re: [uml-user] 64-bit UML with 32-bit root

2015-08-27 Thread Michael Richardson
Mark Morgan Lloyd wrote: > The (unofficial?) FAQ at http://uml.devloop.org.uk/faq.html implies that > it is possible to build UML on a 64-bit system to run a 32-bit guest. > The best that I can manage on e.g. Debian "Jessie" x86-64 is to use > make ARCH=um SUBARCH=i386 which res

Re: [uml-user] 64-bit UML with 32-bit root

2015-08-27 Thread Mark Morgan Lloyd
Michael Richardson wrote: > Mark Morgan Lloyd wrote: > > The (unofficial?) FAQ at http://uml.devloop.org.uk/faq.html implies that > > it is possible to build UML on a 64-bit system to run a 32-bit guest. > > > The best that I can manage on e.g. Debian "Jessie" x86-64 is to use > >