日期: 2026年4月16日

1 篇文章

thumbnail
Linux内核-文件系统启动流程
文件系统启动流程 内核打开文件系统流程大致分析 这里以linux3.4.2内核为例,大致看一下流程是如何进行的 打开控制台 //init/main.c kernel_init() /* Open the /dev/console on the rootfs, this should never fail */ if (sys_open((const…