Kernel Extensions and Device Support Programming Concepts

The term kernel extension applies to all routines added to the kernel, independent of their purpose.

Kernel extensions can be added at any time by a user with the appropriate privilege. Kernel extensions run in the same mode as the kernel. That is, when the 64–bit kernel is used, kernel extensions run in 64–bit mode. Therefore, AIX® supports 64–bit kernel extensions only.