Lines Matching +full:on +full:- +full:the +full:- +full:fly

1 # SPDX-License-Identifier: GPL-2.0-only
6 This is a virtual file system providing information about the status
7 of the system. "Virtual" means that it doesn't take up any space on
8 your hard disk: the files are created on the fly by the kernel when
9 you try to access them. Also, you cannot read the files with older
10 version of the program less: you need to use more or cat.
13 information about what the different IRQs are used for at the moment
15 that are used by the attached devices to gain the CPU's attention --
17 to use the same IRQ). The program procinfo to display some
18 information about your system gathered from the /proc file system.
20 Before you can use the /proc file system, it has to be mounted,
21 meaning it has to be given a location in the directory hierarchy.
22 That location should be /proc. A command such as "mount -t proc proc
23 /proc" or the equivalent line in /etc/fstab does the job.
25 The /proc file system is explained in the file
26 <file:Documentation/filesystems/proc.rst> and on the proc(5) manpage
30 programs depend on this, so everyone should say Y here.
34 depends on PROC_FS && MMU
37 Provides a virtual ELF core file of the live kernel. This can
43 depends on PROC_FS && CRASH_DUMP
46 Exports the dump image of crashed kernel in ELF format.
50 depends on PROC_VMCORE
53 After kernel panic, device drivers can collect the device
54 specific snapshot of their hardware or firmware before the
56 Note that the device driver must be present in the crash
60 If you say Y here, the collected device dumps will be added
62 dump using the kernel command line option 'novmcoredd'.
66 depends on PROC_FS
70 The sysctl interface provides a means of dynamically changing
71 certain kernel parameters and variables on the fly without requiring
72 a recompile of the kernel or reboot of the system. The primary
74 modifiable sysctl entries will be generated beneath the
75 /proc/sys directory. They are explained in the files
76 in <file:Documentation/admin-guide/sysctl/>. Note that enabling this
77 option will enlarge the kernel by at least 8 KB.
85 depends on PROC_FS && MMU
91 interfaces will reduce the size of the kernel by approximately 4kb.
95 depends on PROC_FS
101 Say Y if you are running any user-space software which takes benefit from
106 depends on PROC_FS
110 depends on PROC_FS