python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can I increase a thread irq priority
I write a device driver to receive data from the hardware. The logic is when device data is ready, it will send an irq to the Linux host. The communication interface is SPI. However, the SPI controlle...
gaosiy
Votes: 0
Answers: 0
do I need to fill all the IDT exception entries, before handling IRQs?
I was trying to handle IRQs but it didn't work, do I need to fill all the exception entries before doing any IRQs and remapping the PIC.
can anyone help me?
Thanks.
Alazar
Votes: 0
Answers: 0