🐛 创建页表时未清零内存空间

This commit is contained in:
fslongjin
2022-04-14 19:26:46 +08:00
parent 53c553c730
commit c2d8e88617
7 changed files with 29 additions and 18 deletions

View File

@ -147,7 +147,8 @@ void system_initialize()
//process_init();
current_pcb->cpu_id = 0;
current_pcb->preempt_count = 0;
HPET_init();