#apt
-get install libncurses5-dev build-essential kernel-package
#sudo apt-cache search linux-source
結果如下
linux-source - linux kernel source with ubuntu patches
linux-source-4.4.0 - linux kernel source for version 4.4.0 with ubuntu patches
linux-source-4.8.0 - linux kernel source for version 4.8.0 with ubuntu patches
選擇比較新的4.8的版本
#sudo apt-get install linux-source
-4.8
.0
drwxr-xr
-x27 root root 4096
4月 21
2016 linux-headers
-4.4.0-
21drwxr-xr
-x7 root root 4096
4月 21
2016 linux-headers
-4.4.0-
21-generic
drwxr-xr
-x27 root root 4096
1月 22
21:35 linux-headers
-4.4.0-
59drwxr-xr
-x7 root root 4096
1月 22
21:35 linux-headers
-4.4.0-
59-generic
drwxr-xr
-x4 root root 4096
1月 22
23:00 linux-source
-4.8
.0lrwxrwxrwx 1 root root 45
12月 22
04:36 linux-source
-4.8
.0.tar.bz2 -> linux-source
-4.8
.0/linux-source
-4.8
.0.tar.bz2
1.拷貝到其他工作目錄
2.在源**目錄執行
cp arch/x86/configs/x86_64_defconfig .config
3.編譯
make menuconfig
make
sudo make moudules_install
sudo make install
sudo reboot
重啟後執行uanme -a
命令,檢視核心版本,會發現核心版本已經從4.4.0-59變為4.8.11
編譯/替換核心之後,可以獲得與當前核心版本相匹配的標頭檔案,方便進行驅動開發。另外可以獲得帶符號的vmlinux,可以方便的進行核心的除錯與學習。
UEFI模式下如何安裝Ubuntu 16 04
電腦插入啟動u盤,選擇啟動選項,若電腦支援uefi模式,則會出現兩個usb啟動選項,乙個在legacy boot下,乙個在uefi boot下,當然選在uefi boot下的啦 安裝ubuntu系統前面不重要過程省略掉,直接看怎麼劃分分割槽,很重要,將影響到安裝完成後,能否啟動成功 一 分配啟動引導...
Windows遠端連線Ubuntu16 04
window7和ubuntu16.04 1.安裝xrdpsudo apt get install xrdp2.安裝vnc4serversudo apt get install vnc4server注意 有很多教程在這一步是採用下面的命令 sudo apt get install vnc4server...
安裝openmpi 基於Ubuntu16 04
一.首先sudo apt get install build essential sudo apt get install checkinstall二.然後1.go to and download the latest tar.gz package 2.create a directory to i...