Kernel Execution Environment Functions: Difference between revisions
Appearance
Line 63: | Line 63: | ||
=== Undocumented === | === Undocumented === | ||
* [[KernYield]] | * [[KernYield]] [[image:Vraag.gif]] | ||
* [[KernOpen]] | * [[KernOpen]] [[image:Vraag.gif]] | ||
* [[KernClose]] | * [[KernClose]] [[image:Vraag.gif]] | ||
* [[KernRead]] | * [[KernRead]] [[image:Vraag.gif]] | ||
===Symbols=== | ===Symbols=== | ||
* [[_KernSISData]] [[image:Vraag.gif]] | * [[_KernSISData]] [[image:Vraag.gif]] |
Revision as of 16:15, 1 July 2017
This API is also referred as the OS/2 Aurora KEE32 API.
Kernel Execution Environment
- KernThunkStackTo16
- KernThunkStackTo32
- KernSerialize16BitDD
- KernUnserialize16BitDD
- KernCopyIn
- KernCopyOut
- KernVMAlloc
- KernVMFree
- KernVMLock
- KernVMUnlock
- KernLinToPageList
- KernVMSetMem
- KernSelToFlat
- KernDynamicAPI
- KernRASSysTrace
- KernPerfSysTrace
Hooks
Thread locking
Spin lock
Mutex lock
Exclusive mutex lock
File management
- KernLockFile
- KernUnLockFile
- KernGetFileSize
- KernTestFileCache
- KernReadFileAt
- KernReadFileAtCache
- KernReturnFileCache
Unicode support
Undocumented
Symbols
Icon Legend
: It seems that these functions were not implemented on the OS/2 4.5 Toolkit.
: These functions were documented on the Addendum of the OS/2 4.5 Toolkit.
: More information is required on this function or symbol.
Additional Information
- Aurora's KEE32 API Documentation [1]