卖萌的弱渣

I am stupid, I am hungry.

Compile Linux Kernel

1
cp /boot/config-3.4-desktop ~/Download/linux-3.10/
1
make menuconfig

User a proper configuration file

1
make
1
make modules
1
make modules_install
1
make install

Update grub

1
grub2-mkconfig -o /boot/grub2/grub.cfg

Usually, you don’t need to do this.