mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-04-25 11:11:20 +08:00
Update Booting/linux-bootstrap-2md.md
This commit is contained in:
@@ -368,6 +368,7 @@ ENDPROC(memset)
|
||||
```c
|
||||
/*from cpu.c*/
|
||||
check_cpu(&cpu_level, &req_level, &err_flags);
|
||||
/*after check_cpu call, req_level = req_level defined in cpucheck.c*/
|
||||
if (cpu_level < req_level) {
|
||||
printf("This kernel requires an %s CPU, ", cpu_name(req_level));
|
||||
printf("but only detected an %s CPU.\n", cpu_name(cpu_level));
|
||||
|
||||
Reference in New Issue
Block a user