System.map is used for linux kernel oops tracing. It lists all the functions of the kernel and their memory locations, so you can use ksymoops on the oops you got, in order to debug it. It is also used by klogd to resolve numeric kernel symbols to their names. It is located in /boot.

Log in or register to write something here or to contact authors.