Kernel Execution Environment: Difference between revisions
Appearance
m Martini moved page KEE to KEE (Kernel Execution Environment) |
No edit summary |
||
Line 1: | Line 1: | ||
"KEE" is the "kernel execution environment", a set of functions like kernel mutexes and the like that you will need when you write a multi-core compliant device driver. | "KEE" is the "kernel execution environment", a set of functions like kernel mutexes and the like that you will need when you write a multi-core compliant device driver. | ||
* [[Kernel Execution Environment Functions]] | |||
[[Category:Glossary]] | [[Category:Glossary]] |
Revision as of 19:18, 9 June 2017
"KEE" is the "kernel execution environment", a set of functions like kernel mutexes and the like that you will need when you write a multi-core compliant device driver.