diff options
author | Ming Chow 周明 <chow.ming@linuxbj.com> | 2009-08-22 07:38:49 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-08-31 15:55:57 -0700 |
commit | ccd18852f3dcba528bdfdf557ba9967f64625c11 (patch) | |
tree | e92399c97ab9c3966d08879a2b78814028cfa7f0 /conf | |
parent | 5e51870a3ebcba57fb47fd221b7d79594e9d3b73 (diff) |
compcache: Add version 0.5+0.6pre3 and version 0.6
* compcache creates RAM based block device (named ramzswap) which acts as swap disk. Pages swapped to this disk are compressed and stored in memory itself.
* Compressing pages and keeping them in RAM virtually increases its capacity. This allows more applications to fit in given amount of memory.
* added modules_install target in top Makefile to fit the automatically modules build process
* added KERNELDIR variable to make 2.6 style KBUILD system work
* modified the Makefile for rzscontrol tool to use cross toolchain instead of local gcc
Signed-off-by: Ming Zhou <chow.ming@linuxbj.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/checksums.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/checksums.ini b/conf/checksums.ini index 7c0c52d6c8..5c0e4967ce 100644 --- a/conf/checksums.ini +++ b/conf/checksums.ini @@ -28890,3 +28890,10 @@ sha256=f57c4e33eb2cdd87a6c2f01bfa4794340fbe61ea1a1cfc7dac3b6671e1dd22af md5=5f7b88ebb2bcd7e8044328482d079661 sha256=f57c4e33eb2cdd87a6c2f01bfa4794340fbe61ea1a1cfc7dac3b6671e1dd22af +[http://compcache.googlecode.com/files/compcache-0.6pre3.tar.gz] +md5=532fbc4e6a8ae0670ec15a49484f313f +sha256=3e54f26665bd1b7ece4e4621a15f82da66a95bafd04286d447be5a596790a7db + +[http://compcache.googlecode.com/files/compcache-0.6.tar.gz] +md5=0a574643c0eb857b946adcd5d5a22eb0 +sha256=e5f697be6c1b7bfb9ac9ba5b8d836ff20f880c161f998c482caba83caf443c0c |