pit: fix pit_init and add freq argument

This commit is contained in:
2025-03-21 22:18:24 +03:00
parent eb098b77fe
commit a8ff36be52
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ void kmain()
printf("KatauOS booting up\n");
isr_install();
pic_remap(0x20, 0x28);
pit_init();
pit_init(100);
apply_pic_masks();