This commit is contained in:
fslongjin
2022-04-15 14:15:32 +08:00
parent c2d8e88617
commit be8ac71aa9
8 changed files with 15 additions and 11 deletions

View File

@ -153,7 +153,7 @@ void smp_ap_start()
current_pcb->preempt_count = 0;
sti();
if (proc_current_cpu_id == 2)
if (proc_current_cpu_id == 1)
process_init();
while (1)
{