- Mastering Linux Kernel Development
- Raghu Bharadwaj
- 67字
- 2021-07-08 09:47:13
Process context
When a process requests a kernel service through a system call, the kernel will execute on behalf of the caller process. The kernel is now said to be executing in process context. Similarly, the kernel also responds to interrupts raised by other hardware entities; here, the kernel executes in interrupt context. When in interrupt context, the kernel is not running on behalf of any process.
推薦閱讀
- Progressive Web Apps with React
- Oracle Exadata性能優化
- 認識編程:以Python語言講透編程的本質
- Flask Web開發入門、進階與實戰
- Vue.js 3.0源碼解析(微課視頻版)
- Mobile Device Exploitation Cookbook
- Mastering Concurrency Programming with Java 9(Second Edition)
- 石墨烯改性塑料
- PHP 8從入門到精通(視頻教學版)
- Learning Concurrency in Python
- OpenCV 3.0 Computer Vision with Java
- Java多線程并發體系實戰(微課視頻版)
- 計算機系統解密:從理解計算機到編寫高效代碼
- Spring MVC Cookbook
- PHP程序員面試算法寶典