diff options
Diffstat (limited to 'core/linux.html')
-rw-r--r-- | core/linux.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/core/linux.html b/core/linux.html index f04b193..1592fc4 100644 --- a/core/linux.html +++ b/core/linux.html @@ -559,6 +559,9 @@ <dd>HugeTLB file system support</dd> + <dt>CONFIG_FUSE_FS=y</dt> + <dd>FUSE (Filesystem in Userspace) support</dd> + </dl> <h3 id="hack">2.1.2.12 Kernel hacking</h3> @@ -682,6 +685,16 @@ </dl> <h3 id="crypt">2.1.2.14 Cryptographic API</h3> + + <pre> + RIPEMD-160 digest algorithm + SHA384 and SHA512 digest algorithms + Whirlpool digest algorithms + LRW support + Serpent cipher algorithm + Twofish cipher algorithm + </pre> + <h3 id="virt">2.1.2.15 Virtualization</h3> <dl> |