timer
-
[OS] 20. Interrupt-timerOS/OS from Scratch 2021. 7. 18. 00:27
서론 이번 강의에서는 CPU Timer와 키보드 Interrupt를 구현하겠습니다. 해당 Github 강의는 다음과 같습니다. https://github.com/cfenollosa/os-tutorial/tree/master/20-interrupts-timer cfenollosa/os-tutorial How to create an OS from scratch. Contribute to cfenollosa/os-tutorial development by creating an account on GitHub. github.com 이론 PIT (Programmable Interval Timer) PIT chip(문서)은 oscillator, prescaler, frequency dividers로 구성되며, fr..