内核reboot流程 内核reboot流程 kernel/reboot.c void kernel_restart(char *cmd) { kernel_restart_prepare(cmd); migrate_to_ … 继续阅读 内核reboot流程