Use a faster PIT tick rate
This commit is contained in:
parent
4f360693bd
commit
e83d4c8ac9
@ -61,7 +61,7 @@ extern "C" void _start()
|
|||||||
|
|
||||||
kinfoln("Prepared PIC");
|
kinfoln("Prepared PIC");
|
||||||
|
|
||||||
PIT::initialize(200); // 200 times per second
|
PIT::initialize(500); // 500 times per second
|
||||||
|
|
||||||
kinfoln("Prepared PIT");
|
kinfoln("Prepared PIT");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user