You are not logged in.
Wasn't really sure if this should be in newbie forum, or kernel forum to be honest! It should be a simple question to answer for someone who compiles their own kernel etc ![]()
Can someone please confirm or explain the purpose of this file:
-rw-r--r-- 1 root root 18M May 12 19:56 /usr/lib/modules/3.14.3-2-ARCH/build/vmlinuxAs far as I can tell from searching/my own knowledge - I think it is only necessary for compiling new kernel modules associated with the kernel shown in the path. Is that correct, or does it have another use?
At a first glance, I misread it as vmlinuz and assumed it was the kernel, oops!
Offline
Look here.
From what I remember, /usr/lib/modules/$(uname -r)/build points to a kernel source which is indeed prepared to build external modules. Prepared in that it it's partially configured which is a requirement for building external modules.
Vmlinuz is your bootable kernel.
fs/super.c : "Self-destruct in 5 seconds. Have a nice day...\n",
Offline