简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
Linux Kernel Development 3rd Edition 读书笔记(4)
第七章: Interrupt and Interrupt Handler1. 驱动调用 request_irq()来注册中断,声明在/* request_irq: allocate a given interrupt line */int request_irq(unsigned int irq,irq_handler_t handler,unsigned long fl
Linux Kernel Development 3rd Edition 读书笔记(1)
该书有第二版中文版,第三版还没看到,这里记录下该书的要点,并翻译成中文以加深印象.欢迎指正第一章 Introduction To The Linux Kernel1. Linux内核类型LinuxLinux是单一的内核(monolithic kernel),就是说,Linux内核在单一的地址空间中运行,但是Linux借鉴了很多微内核(mircokernel)的优点. Linux使用了
到底了