我不确定是否丢失了Linux内核3.11的文件,也不确定如何安装丢失的文件。
当我打字时:
me@Bedrock1:~$ uname -r
3.11.0-23-generic
这让我相信我在运行内核3.11。但是,我无法安装NVIDIA显卡驱动程序。当我试图用
me@Bedrock1:~$ sudo apt-get install cuda
我得到(部分)以下输出:
Loading new nvidia-340-340.58 DKMS files...
First Installation: checking all kernels...
Building only for 3.11.0-23
查看proc手册页(http://man7.org/linux/man-pages/man5/proc.5.html),可以通过查看flags值(PF_KTHREAD)来检测哪些进程是/proc/<pid>/stat中的内核线程。
flags %u (%lu before Linux 2.6.22)
(9) The kernel flags word of the process. For bit
meanings, see the PF_* defines in the Linux kernel
source file include/linux/