核心模組管理:
1 lsmod 檢視當前系統已裝載模組。
2 modprobe mod_name:裝載某模組
3 modprobe -r mod_name:解除安裝某模組
4 modinfo mod_name 檢視模組具體資訊
5 insmod /path/to/module_file
6 rmmod mod_name
核心中的功能除了核心功能之外,在編譯時,大多數功能都用三種選擇。
1、不使用此功能;
2、編譯成核心模組
3、編譯進核心
如何手動編譯核心
make gconfig -gnome桌面環境使用,需要安裝圖形開發庫
make kconfig -kde桌面環境使用,需要安裝圖形開發庫
make menuconfig -文字下的圖形視窗
*:編譯進核心
m:編譯成模組
make
make modules_install
make install
二次編譯清理:(又需要備份.config)
make clean
make mrproper
grub–>kernel–initrd-rootfs
Linux 核心學習 1
持續更新中.1.linux 核心系統體系結構 2.linux 的程序控制塊資料結構 3.linux makefile 檔案4.linux 0.11 核心編譯 5.linux 0.11 核心編譯問題 6.linux 0.11gcc4.3 下可編譯執行的原始碼 7.linux 引導啟動程式 boot 8...
Linux 核心學習 1
持續更新中.1.linux 核心系統體系結構 2.linux 的程序控制塊資料結構 3.linux makefile 檔案4.linux 0.11 核心編譯 5.linux 0.11 核心編譯問題 6.linux 0.11gcc4.3 下可編譯執行的原始碼 7.linux 引導啟動程式 boot 8...
Linux 核心學習 1
持續更新中.1.linux 核心系統體系結構 2.linux 的程序控制塊資料結構 3.linux makefile 檔案4.linux 0.11 核心編譯 5.linux 0.11 核心編譯問題 6.linux 0.11gcc4.3 下可編譯執行的原始碼 7.linux 引導啟動程式 boot 8...