mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 20:36:31 +00:00
🐛 创建页表时未清零内存空间
This commit is contained in:
@ -153,7 +153,7 @@ void smp_ap_start()
|
||||
current_pcb->preempt_count = 0;
|
||||
sti();
|
||||
|
||||
if (proc_current_cpu_id == 1)
|
||||
if (proc_current_cpu_id == 2)
|
||||
process_init();
|
||||
while (1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user