Staging
v0.5.1
https://github.com/torvalds/linux
Raw File
Tip revision: 9c763584b7c8911106bb77af7e648bef09af9d80 authored by Linus Torvalds on 20 November 2016, 21:52:19 UTC
Linux 4.9-rc6
Tip revision: 9c76358
sysfs-kernel-vmcoreinfo
What:		/sys/kernel/vmcoreinfo
Date:		October 2007
KernelVersion:	2.6.24
Contact:	Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
		Kexec Mailing List <kexec@lists.infradead.org>
		Vivek Goyal <vgoyal@redhat.com>
Description
		Shows physical address and size of vmcoreinfo ELF note.
		First value contains physical address of note in hex and
		second value contains the size of note in hex. This ELF
		note info is parsed by second kernel and exported to user
		space as part of ELF note in /proc/vmcore file. This note
		contains various information like struct size, symbol
		values, page size etc.
back to top