[lc-devel] Test
Status: Beta
Brought to you by:
nitin_sf
From: CIARROCCHI P. <Pao...@om...> - 2002-02-12 07:47:20
|
Hi all, Yesterday I wrote a little script in order to try to compare a 2.4.17 stock kernel with a patched one. This is the script, #/bin/sh for i in `seq 20 20 400`;do echo 'memory ' $i >>`uname -r`_stock;time ./fillmem $i; done 2>>`uname -r`_stock Looks good for you? Should I try this script also with a patched kernel with 128M of compressed cache? If you need it, I can provide you the result of the above script on my machine. Regards, Paolo Ciarrocchi |