irq
-
[OS] 19. Interrupt-irqsOS/OS from Scratch 2021. 7. 12. 00:57
서론 이번 강의에서는 Interrupt Request를 구현하겠습니다. 해당 Github 강의는 다음과 같습니다. https://github.com/cfenollosa/os-tutorial/tree/master/19-interrupts-irqs cfenollosa/os-tutorial How to create an OS from scratch. Contribute to cfenollosa/os-tutorial development by creating an account on GitHub. github.com 이론 Computer Buses 버스에 대한 좋은 동영상이 있어 첨부합니다. Computer Bus 버스는 데이터 버스, 주소 버스, 제어 버스로 나뉩니다. 데이터 버스: 데이터 버스는 데이터가 이..