Subject: Re: asm routines in libc
To: Chris Gilbert <cg110@york.ac.uk>
From: Ale Terlevich <A.I.Terlevich@durham.ac.uk>
List: port-arm32
Date: 07/02/1997 18:03:07
Hi.
After a bit of fiddling I've found some probs with the a couple of the
assembly routines you distributed a while back for libkern.
The modified memset.S (not libkern!) produces coloured dots down the
RHS of the screen when in a console mode, and bzero.S causes a kernel
crash with an undefined instruction in kernel error when you try to
delete a symbolic link.
i.e.
ln -s X lntest
rm -f lntest
crashes the machine.
I haven't found any problems with the other routines.
Cheers,
Ale.