On Thu, 4 Jun 1998, Niall Young wrote: > Compile kernels :-) > > #!/bin/sh > > cd /usr/src/linux > while true; do you prolly want a "make clean" in here, otherwise not much will get built after the first time. > make zImage make -j zImage might be a better stress test too. :-) (see previous mail) > done - Matt