| .. | .. |
|---|
| 23 | 23 | representation of setup_data type. "data" file is the binary |
|---|
| 24 | 24 | representation of setup_data payload. |
|---|
| 25 | 25 | |
|---|
| 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 |
|---|
| 37 | 38 | |
|---|
| 38 | 39 | Users: Kexec |
|---|