informatica:linux:kernel
Kernel
- Listar modulos instalados
sudo lsmod
- Listar opciones del kernel (compiladas o cargadas como modulo):
grep -i 9p /boot/config-$(uname -r) CONFIG_NET_9P=m CONFIG_NET_9P_VIRTIO=m CONFIG_NET_9P_RDMA=m # CONFIG_NET_9P_DEBUG is not set CONFIG_9P_FS=m CONFIG_9P_FSCACHE=y CONFIG_9P_FS_POSIX_ACL=y CONFIG_9P_FS_SECURITY=y
- Determinar el nombre del modulo al que hace referencia la salida anterior (mejor hacerlo a mano):
sudo less /lib/modules/`uname -r`/modules.alias
informatica/linux/kernel.txt · Last modified: 2015/04/13 20:19 by 127.0.0.1