Re: [uml-user] Usermode in kernel 2.6?

2005-05-11 Thread Ian McDonald
I'll try and answer your question in a round about way. UML source code is included in the 2.6.x kernel. The later the version you get the better the support. It is worthwhile getting the latest patches from Jeff Dike or Paolo - links are on UML webpages. You can host straight out of the boxes on

Re: [uml-user] iso and cramfs in uml

2005-05-11 Thread Casey T. Deccio
On Tue, 2005-05-10 at 19:46 -0600, Jeff Dike wrote: > On Tue, May 10, 2005 at 05:06:37PM -0700, Casey T. Deccio wrote: > > uml# mount -t iso9660 /dev/ubd1 /opt > > What minors are you using for /dev/ubd1 and /dev/ubd2? > > Jeff That was the right question. I loo

Re: [uml-user] tls patch

2005-05-11 Thread Nix
On Tue, 10 May 2005, [EMAIL PROTECTED] wrote: > On Tuesday 10 May 2005 17:23, Nix wrote: >> Indeed: configuring glibc with --without-__thread, putting the result in >> /lib/tls, and linking its dynamic linker into /lib yields an NPTL >> installation that works on i586 without trouble. > >> The onl