mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
🐛 创建页表时未清零内存空间
This commit is contained in:
@ -147,7 +147,8 @@ void system_initialize()
|
||||
|
||||
|
||||
//process_init();
|
||||
|
||||
current_pcb->cpu_id = 0;
|
||||
current_pcb->preempt_count = 0;
|
||||
HPET_init();
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user