- 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.
推薦閱讀
- 微服務設計(第2版)
- Extending Jenkins
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- Python科學計算(第2版)
- Mastering OpenCV Android Application Programming
- JMeter 性能測試實戰(第2版)
- 跟小海龜學Python
- Object-Oriented JavaScript(Second Edition)
- Mastering Ubuntu Server
- 秒懂設計模式
- Python高效開發實戰:Django、Tornado、Flask、Twisted(第3版)
- 青少年Python編程入門
- Arduino家居安全系統構建實戰
- Essential C++(中文版)
- Android Development Tools for Eclipse