pit: fix pit_init and add freq argument
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user