hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/Documentation/ABI/testing/sysfs-kernel-boot_params
....@@ -23,16 +23,17 @@
2323 representation of setup_data type. "data" file is the binary
2424 representation of setup_data payload.
2525
26
- The whole boot_params directory structure is like below:
27
- /sys/kernel/boot_params
28
- |__ data
29
- |__ setup_data
30
- | |__ 0
31
- | | |__ data
32
- | | |__ type
33
- | |__ 1
34
- | |__ data
35
- | |__ type
36
- |__ version
26
+ The whole boot_params directory structure is like below::
27
+
28
+ /sys/kernel/boot_params
29
+ |__ data
30
+ |__ setup_data
31
+ | |__ 0
32
+ | | |__ data
33
+ | | |__ type
34
+ | |__ 1
35
+ | |__ data
36
+ | |__ type
37
+ |__ version
3738
3839 Users: Kexec