Android:如何配置内核?

发布于 2024-10-16 16:56:45 字数 184 浏览 2 评论 0原文

我正在按照此网站 http://bootloader.wikidot.com/android:kgdb,其中一个步骤要求我在制作内核时配置内核。我想知道如何做到这一点?我需要编辑哪些文件,或者需要输入哪些命令?

I'm following steps at this website, http://bootloader.wikidot.com/android:kgdb, and one of the steps requires me to configure the kernel when I make it. I was wondering how to do this? What files do I need to edit, or what commands do I need to input?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

动听の歌 2024-10-23 16:56:45

对于非常小的更改,您可以使用文本编辑器打开内核源目录中的 .config 文件并手动执行。

对于选项相互依赖的更改,最好使用提供的接口之一,例如“make menuconfig”

您会在网上找到很多有关此的文档,这使得这个问题有点令人惊讶

For a very trivial change you can open the .config file in the kernel source directory with a text editor and do it manually.

For a change where options depend on each other its better to use one of the provided interfaces, such as 'make menuconfig'

You will find lots of documentation on this online, which makes the question a little surprising

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文