/proc/config.gz

カーネルビルドの設定.configを確認したいときは、
/boot 配下または、/proc/config.gz を確認する。

/proc/config.gz が存在しなくても、module configs を組み込むと良い場合がある。

Rpi3b+の場合
$ ls -l /proc/ | grep config
$ sudo modprobe configs
$ ls -l /proc/ | grep config
-r--r--r--   1 root             root             36362 Oct 14 01:45 config.gz
$ zcat /proc/config.gz
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.14.50 Kernel Configuration
#
CONFIG_ARM=y
 :

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS