[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: [rtl] various questions...
On Fri, 23 Oct 1998, Richard Teltz wrote:
> P.S. I am still stumped as to how the rt_fifio_new.c module calls
> memcpy()....a string.c finction!!!
I would like to mention that most of string functions in the kernel you get
from /usr/include/asm/string.h - coded in assembler. Did you really expected
them not be be inlined? There are subtle differences in headers included in
kernel and user space programs. See what you have in linux/ and asm/ include
subdirectories, compare with the other linux kernel sources.
Unfortunately strtod() is not there, but when you get it coded efficiently,
you may always submit it to Linus for inclusion in 2.3 kernel.
Best regards,
--
Tomasz Motylewski
--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail majordomo@rtlinux.cs.nmt.edu OR
echo "unsubscribe rtl <Your_email>" | mail majordomo@rtlinux.cs.nmt.edu
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/