CONTRIBUTING.d/patches: Please provide a git-range-diff(1)
[man-pages.git] / man5 / proc_kcore.5
blob8848c645866fb8034a17b2a347d68c628f284284
1 .\" Copyright (C) 1994, 1995, Daniel Quinlan <quinlan@yggdrasil.com>
2 .\" Copyright (C) 2002-2008, 2017, Michael Kerrisk <mtk.manpages@gmail.com>
3 .\" Copyright (C) 2023, Alejandro Colomar <alx@kernel.org>
4 .\"
5 .\" SPDX-License-Identifier: GPL-3.0-or-later
6 .\"
7 .TH proc_kcore 5 (date) "Linux man-pages (unreleased)"
8 .SH NAME
9 /proc/kcore \- physical memory
10 .SH DESCRIPTION
11 .TP
12 .I /proc/kcore
13 This file represents the physical memory of the system and is stored
14 in the ELF core file format.
15 With this pseudo-file, and an unstripped
16 kernel
17 .RI ( /usr/src/linux/vmlinux )
18 binary, GDB can be used to
19 examine the current state of any kernel data structures.
20 .IP
21 The total length of the file is the size of physical memory (RAM) plus
22 4\ KiB.
23 .SH SEE ALSO
24 .BR proc (5)