菜鸟教程小白 发表于 2022-12-12 15:26:33

ios - iOS 内核位于文件系统中的什么位置?


                                            <p><p>这可能是一个非常愚蠢的问题,但它让我很难过:</p>

<p>iOS 内核在磁盘上的什么位置?它甚至位于越狱 iOS 用户可以访问的文件系统上吗?</p></p>
                                    <br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
                                            <p><p>在生产设备上,内核始终作为预链接的内核缓存存储在 <code>/System/Library/Caches/com.apple.kernelcaches/kernelcache</code> 中。在开发设备上,内核存储在其正常位置,在 <code>/mach_kernel</code>。启动时,kernelcache 被解压并运行。 <a href="http://theiphonewiki.com/wiki/index.php?title=Kernel" rel="noreferrer noopener nofollow">Source</a> </p></p>
                                   
                                                <p style="font-size: 20px;">关于ios - iOS 内核位于文件系统中的什么位置?,我们在Stack Overflow上找到一个类似的问题:
                                                        <a href="https://stackoverflow.com/questions/4068845/" rel="noreferrer noopener nofollow" style="color: red;">
                                                                https://stackoverflow.com/questions/4068845/
                                                        </a>
                                                </p>
                                       
页: [1]
查看完整版本: ios - iOS 内核位于文件系统中的什么位置?