ravnx n00b
Joined: 02 May 2002 Posts: 9 Location: Houston, TX
|
Posted: Mon May 13, 2002 6:10 pm Post subject: Library Routines in kernel |
|
|
It simply builds the library routines into the kernel for the zlib compression package.
According to the Makefile in /usr/src/linux/lib/zlib_inflate :
# This is a modified version of zlib, which does all memory
# allocation ahead of time.
# (The upsides of the simplification is that you can't get in
# any nasty situations wrt memory management, and that the
# uncompression can be done without blocking on allocation).
I've been doing it on my old slack machines that are now gentoo and have had no problems at all. _________________ no.. you're a towell.. |
|