Public domain
cd /usr/src
wget -c http://www.kernel.org/pub/linux/kernel/v3.0/linux-3.7.2.tar.bz2
tar jxf linux-3.7.2.tar.bz2
ln -sfn linux-3.7.2 linux
cd linux
make mrproper
cp /boot/config .config
Load an Alternate Configuration File
.config
Ok
File systems
< > GFS2 file system support
make all && make modules_install
/bin/cp arch/i386/boot/bzImage /boot/vmlinuz-3.7.2
/bin/cp System.map /boot/System.map-3.7.2
/bin/cp .config /boot/config-3.7.2
default = S131-3.7.2
image = /boot/vmlinuz-3.7.2
root = /dev/sda7
label = S131-3.7.2
read-only
lilo
reboot
lspci
scanpci
lsusb
lsmod
lsdev
lshal
lsscsi
modinfo -d tulip
dmidecode
dmesg
ls -lh /sys/class/net/
http://comments.gmane.org/gmane.linux.kernel/1301181
BY: Pejman Moghadam
TAG: kernel
DATE: 2013-01-15 13:53:36