I've got a couple of kernel-related questions ...
In a server environment, for drivers that are not essential for booting (i.e. scsi or ide), do you think kernel modules are preferable to built-in drivers?
Yes, you can load/unload/rebuild them on the fly.
How can I discover the drivers present in a running kernel?
lsmod & dmesg
Cheers, Rex
