diff options
author | Paul E. McKenney <paulmck@kernel.org> | 2023-10-05 19:17:47 +0200 |
---|---|---|
committer | Masami Hiramatsu (Google) <mhiramat@kernel.org> | 2023-10-31 10:46:43 +0100 |
commit | acbc3ecb806e24eb9c0cafc29e0884490dda6169 (patch) | |
tree | ff3cb4f2e287a390f6daa9399deb003e5ed72fd9 /Documentation/filesystems/proc.rst | |
parent | fs/proc: Add boot loader arguments as comment to /proc/bootconfig (diff) | |
download | linux-acbc3ecb806e24eb9c0cafc29e0884490dda6169.tar.xz linux-acbc3ecb806e24eb9c0cafc29e0884490dda6169.zip |
doc: Add /proc/bootconfig to proc.rst
Add /proc/bootconfig description to Documentation/filesystems/proc.rst.
Link: https://lore.kernel.org/all/20231005171747.541123-3-paulmck@kernel.org/
Reported-by: Masami Hiramatsu <mhiramat@kernel.org>
Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Acked-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Signed-off-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | Documentation/filesystems/proc.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/filesystems/proc.rst b/Documentation/filesystems/proc.rst index 36da7038a1c9..49ef12df631b 100644 --- a/Documentation/filesystems/proc.rst +++ b/Documentation/filesystems/proc.rst @@ -689,6 +689,11 @@ files are there, and which are missing. File Content ============ =============================================================== apm Advanced power management info + bootconfig Kernel command line obtained from boot config, + and, if there were kernel parameters from the + boot loader, a "# Parameters from bootloader:" + line followed by a line containing those + parameters prefixed by "# ". (5.5) buddyinfo Kernel memory allocator information (see text) (2.5) bus Directory containing bus specific information cmdline Kernel command line, both from bootloader and embedded |