标签: kernel interrupt
在C中,使用asm("int $0x80")调用系统调用。是否可以直接从软件调用request_irq注册的IRQ? 怎么样?
asm("int $0x80")
request_irq
PS:apic-> send_IPI_self看起来很有希望。尚未测试过。
答案 0 :(得分:0)
从用户软件中,我会说不。也许如果你所说的软件是在内核模式下,我会说很有可能调用一个中断处理器。