|
The OP
Published on 2010-6-17 16:08
Only look at the author
This post is from Embedded System
Latest reply
Yes, WinCE6 is divided into user mode and kernel mode. User mode: The driver is loaded in the udevice.exe process. udevice.exe is a user-mode process like ordinary applications. When an application wants to interact with peripherals, it needs to forward the request to the corresponding driver through the operating system kernel. Such a request may need to repeatedly enter and exit the kernel many times, and also need to switch between different processes. The advantage is that the stability of the operating system is improved, and the entire operating system will not crash due to defects in a certain device driver. The disadvantage is that the efficiency of completing requests is too low. Kernel mode: The driver no longer needs to switch between different processes to complete a request, nor does it need to repeatedly enter and exit the kernel. The advantage is that the efficiency of the driver in kernel mode to complete the request will be greatly improved. The disadvantage is that any error in the kernel may cause the entire operating system to crash. It is recommended to run the driver in user mode when it is just written, and then change it to kernel mode after the driver is stable.
Details
Published on 2010-7-1 10:44
| ||
|
|
||
|
2
Published on 2010-6-18 14:13
Only look at the author
| |
|
|
|
|
|
|
3
Published on 2010-6-18 14:32
Only look at the author
This post is from Embedded System
| ||
|
|
||
|
|
|
|
4
Published on 2010-6-18 15:47
Only look at the author
This post is from Embedded System
| |
|
|
||
|
|
|
gongxuechun
Currently offline
|
5
Published on 2010-6-19 09:31
Only look at the author
This post is from Embedded System
| |
|
|
||
|
|
|
stephen-lu
Currently offline
|
6
Published on 2010-6-20 14:21
Only look at the author
|
|
|
|
|
|
|
7
Published on 2010-6-20 23:44
Only look at the author
This post is from Embedded System
| ||
|
|
||
|
|
|
kunkun0910
Currently offline
|
8
Published on 2010-6-21 00:01
Only look at the author
|
|
|
|
|
|
|
9
Published on 2010-6-25 18:58
Only look at the author
| |
|
|
|
|
|
|
10
Published on 2010-6-25 20:14
Only look at the author
This post is from Embedded System
| ||
|
|
||
|
|
|
|
11
Published on 2010-6-29 15:54
Only look at the author
|
|
|
|
|
|
|
longzhuyiqi
Currently offline
|
12
Published on 2010-7-1 10:44
Only look at the author
This post is from Embedded System
| |
|
|
||
|
|
EEWorld Datasheet Technical Support
EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

Robot
development
community

About Us Customer Service Contact Information Datasheet Sitemap LatestNews
Room 1530, Zhongguancun MOOC Times Building,
Block B, 18 Zhongguancun Street, Haidian District,
Beijing 100190, China
Tel:(010)82350740
Postcode:100190
京公网安备 11010802033920号

