.\" /usr/share/man/man1/dphys-kernel-cputype.1(.gz) .\" author Neil Franklin, last modification 2004.10.26 .\" copyright ETH Zuerich Physics Departement .\" use under either modified/non-advertising BSD or GPL license .TH DPHYS-KERNEL-CPUTYPE 1 "2004.10.26" "D-PHYS Kernel Tools" .SH NAME dphys-kernel-cputype \- determine which custom kernel to use .SH SYNOPSIS .B dphys-kernel-cputype .SH DESCRIPTION dphys-kernel-cputype determines what processor type, if SMP is used and memory site and generates an descriptor string showing all of these. .PP The string is compatible with that used by \fIdphys-kernel-packages\fP(1) to generate kernel configs and name the generated /lib/modules/*/* and kernel .deb packages. So it can be used to select what custom kernel and modules to install, such as by \fIdphys-admin\fP(8) .PP Result is an string of format <\fIprocessor\fP>[\fB-smp\fP]-<\fImemory\fP>. <\fIprocessor\fP> can be any of \fBp1\fP, \fBp3\fP, \fBp4\fP, \fBk7\fP or \fBk8\fP. \fB-smp\fP is added if SMP support is wanted. \fImemory\fP can be any of \fB1gb\fP, \fB4gb\fP or \fB64gb\fP. Examples: p1-1gb p3-1gb p4-4gb k7-smp-1gb k7-smp-64gb k8-4gb. .PP The lshw program is required to find out what hardware is present. .SH OPTIONS none .SH CONFIG To report all machines as SMP machines, set CONF_CPUTYPE_SMP_OPT_DEFAULT="-smp" .PP To ignore machines below 1GB of RAM and report them as 1GB to 4GB, set CONF_MIN_MEM_OPT=4gb .SH FILES dphys-kernel-cputype sources the config files /etc/dphys-kernel-packages and ~/.dphys-kernel-packages if they are present. .SH SEE ALSO \fIdphys-kernel-packages\fP(1) .SH AUTHORS Neil Franklin, franklin@phys.ethz.ch, http://www.phys.ethz.ch/~franklin/ Gurkan Sengun, sengun@phys.ethz.ch, http://www.linuks.mine.nu/ Axel Beckert, beckert@phys.ethz.ch, http://www.phys.ethz.ch/~abe/