Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在这个网站http://bootloader.wikidot.com/android:kgdb上执行步骤,其中一个步骤要求我在制作内核时配置内核。我想知道如何做到这一点?我需要编辑哪些文件,或者我需要输入哪些命令?
对于一个非常微不足道的更改,您可以使用文本编辑器打开内核源目录中的 .config 文件并手动进行。
对于选项相互依赖的更改,最好使用提供的接口之一,例如“make menuconfig”
你会在网上找到很多关于这个的文档,这让这个问题有点令人惊讶