实现了定时任务队列

This commit is contained in:
fslongjin
2022-04-08 21:26:42 +08:00
parent b75504c0e5
commit 232d793627
5 changed files with 118 additions and 12 deletions

View File

@ -167,6 +167,9 @@ void system_initialize()
mm_init();
acpi_init();
for (int i = 0; i < 1e7; ++i)
;
// 初始化中断模块
irq_init();
softirq_init();