Hi,
how to build cryptoloop support in 2.6.9-bs7 ?
if I build uml I see things like "-U__i386__ -Ui386 -D__arch_um__
-DSUBARCH="i386""
is the uml binary not optimized for i686 ? How to do that ?
is it possible to use the aes-i586 (asm) implementation under uml ?
thank you for your response.
/seb
Le mercredi 30 Mars 2005 19:54, Blaisorblade a écrit :
> On Tuesday 29 March 2005 23:33, Jean-Michel Caricand wrote:
> > Hi,
> >
> > I try to build UML kernel. My kernel is 2.4.27 and I apply the correct
> > patch. I get this errors :
> >
> > make[2]: Entering directory `/home/jm/UML1/linux-2.4.27/
On Tuesday 29 March 2005 23:33, Jean-Michel Caricand wrote:
> Hi,
>
> I try to build UML kernel. My kernel is 2.4.27 and I apply the correct
> patch. I get this errors :
>
> make[2]: Entering directory `/home/jm/UML1/linux-2.4.27/drivers/mtd'
> gcc -D__KERNEL__ -I/home/jm/UML1/linux-2.4.27/include
On Friday 25 March 2005 22:58, Zack Galbreath wrote:
> Hi Everybody,
>
> I'm try to get UML up and running, but I can't get it to recognize my
> root filesystem. Here's a little background on my process thus far.
>
> I'm running Debian.
>
> I built UML from source, using the 2.6.11.5 linux kernel.
While testing the 2.4.27-bs2 prerelease, I discovered that when I run, at a
login shell, this amazingly difficult stress-test:
while /bin/true; do /bin/true; done
makes the login shell exit back to the login prompt, after some time (so it's
a race condition).
I've analyzed this and discovered
remove your /lib/tls directory as tls is not supported in uml. having a
tls active libc can couse other weird problems anytime. also pay
attention to it whenever you upgrade your libc package, it will create
it again.
i moved /lib/tls to /lib/tls.bak (just to be sure everything else works ;)
and
i