https://stackoverflow.com/questions/105 … interrupts
здесь написано, чем LAPIC (тем что тикает на одно ядро) отличается от PIT
https://stackoverflow.com/a/14945083/4158543
здесь написано, что тоже 1 килогерц, как Павиа говорил про windows
https://stackoverflow.com/questions/504 … -frequency
тут вопрос без ответа
https://stackoverflow.com/questions/158 … mhz-or-ghz
контроллер DMA как источник прерываний
https://stackoverflow.com/a/12659058/4158543
There exist some odd CPUs in which certain instructions are repeatable (think of x86's rep movsb) and interrupts can't start getting serviced until the repeated instruction fully finishes, which may take time equivalent to executing some 1000 or even more simple individual instructions. So, despite interrupts being enabled, there may be some CPU quirks not letting the ISRs to start running.
Отредактировано Лис (2018-11-03 09:19:10)