- 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.
推薦閱讀
- 數據庫系統原理及MySQL應用教程(第2版)
- Java從入門到精通(第5版)
- Hands-On JavaScript High Performance
- Web Development with MongoDB and Node(Third Edition)
- JavaScript應用開發實踐指南
- OpenCV 3 Blueprints
- SQL Server 入門很輕松(微課超值版)
- Python編程入門(第3版)
- Mastering Node.js
- 計算機應用基礎
- Swift 2 Blueprints
- C語言進階:重點、難點與疑點解析
- Mastering Swift 4(Fourth Edition)
- 3ds Max瘋狂設計學院
- 測試架構師修煉之道:從測試工程師到測試架構師(第2版)