Ubuntuでカーネルを操作する(コンパイル、削除)方法

1.マルチコンパイルCPU数CONCURRENCY_LEVEL
#! /bin/sh
export CONCURRENCY_LEVEL=9
fakeroot make-kpkg –initrd –append-to-version=-modem kernel_image
2.カーソルのインストール
sudo dpkg -i linux-image-3.12.5-modem+_3.12.5-modem+-10.00.Custom_amd64.deb

3.カーソルの削除
dpkg –list|grep linux-image

4.リストされたpackageを削除
sudo apt-get –purge remove linux-image-3.12.5-modem+
5..crashファイルを解凍
解凍
sudo apport-unpack /var/crash/linux-image-3.12.5-modem+.0.crash /home/cpuwolf

crash分析
crash VmCore ~/cpuwolf/build/linux-stable/vmlinux

Linux

Posted by arkgame