First page Back Continue Last page Overview Graphics
loop-aes 2.0d
Please have your kernel sources ready.
Assuming that your kernel sources are in /usr/src/linux please follow along.
There are at least two ways to build a correctly patched loop.o module.
I choose the non-standard patching method for simple building of a Debian kernel package (and it also allows you to also build it statically if you like).
That is as simple as (and it works with 2.4.24):
cd /usr/src/linux
patch -Np1 -i /usr/src/loop-AES-v2.0d/kernel-2.4.23.diff
Notes: