python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
how to use interrupt function in Ubuntu 20?
I am a beginner with linux interrupt function, I try to run the program below in Ubuntu 20, but there is always red wave line with the "#include <linux/interrupt.h>", I search the file...
Justin Bob
Votes: 0
Answers: 0
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