Which of the following statements are true about kernel modules?
Each correct answer represents a complete solution. Choose all that apply.
A . Kernel modules do not support executable loaders.
B . The kernel module contains extra kernel codes that may be loaded after the loading of the basekernel.
Only a minimal resident kernel is loaded into memory at boot time.
C . Kernel modules do not support the device drivers, network drivers, and file system drivers.
D . Whenever a user requests a feature that is not present in the resident kernel, a kernel moduleis dynamically loaded into memory.
Answer: B,D