标签: macos linux-kernel config
我一直在寻找如何编译自己的Linux 5.1内核,并注意到.config文件存储在/boot/config-$(uname -r)中。
.config
/boot/config-$(uname -r)
我知道macOS是基于Unix的,但我仍然想知道如何使用macOS的.config文件并探索系统结构...