我玩了一下内核 linux,在引导过程中遇到了一些错误: Kernel panic - not syncing: Attempted to kill init!
我想了解 linux 内核的引导过程一般是如何工作的,尤其是在 start_kernel() 函数和负载期间和之后的rootfs。
感谢你们。
我玩了一下内核 linux,在引导过程中遇到了一些错误: Kernel panic - not syncing: Attempted to kill init!
我想了解 linux 内核的引导过程一般是如何工作的,尤其是在 start_kernel() 函数和负载期间和之后的rootfs。
感谢你们。
让我们举一个通过 mmc 在 beaglebone 上移植 linux 的例子。你了解启动过程的概念。它是这样工作的 -
实际上,用户不能仅通过内核与硬件交互,因此 rootfs 为内核提供了用户接口来运行应用程序。