analyze linux interrupt handle code
Linux中断处理汇编部分(一)
摘要:一些基础arm linux中断相关的介绍不在这里重复,可以网上查阅一下网上的资料,这里就直接开门间山,跟着代码走一下中断发生后的处理。 1. exception vector table 1 .globl __vectors_start 2 __vectors_start: 3 ...
阅读全文
posted @
2013-08-28 22:29
choi87
阅读(636)
推荐(0)