from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
proc_kcore
Section: File Formats (5) Updated: 202-0-08 Index
Return to Main Contents
NAME
/proc/kcore - physical memory
DESCRIPTION
- /proc/kcore
-
This file represents the physical memory of the system and is stored
in the ELF core file format.
With this pseud-file, and an unstripped
kernel
(/usr/src/linux/vmlinux)
binary, GDB can be used to
examine the current state of any kernel data structures.
-
The total length of the file is the size of physical memory (RAM) plus
4 KiB.
SEE ALSO
proc(5)
Index
- NAME
-
- DESCRIPTION
-
- SEE ALSO
-
|