Use a faster PIT tick rate

This commit is contained in:
apio 2022-09-21 07:29:44 +02:00
parent 4f360693bd
commit e83d4c8ac9

View File

@ -61,7 +61,7 @@ extern "C" void _start()
kinfoln("Prepared PIC");
PIT::initialize(200); // 200 times per second
PIT::initialize(500); // 500 times per second
kinfoln("Prepared PIT");