Commit 4db08d9
rework BootParams struct for extensibility
* boot parameters and corresponding addresses are separate fields
in the struct, instead of packed in a tuple
* sections and modules (for PVH boot) can be added one at a time
and don't need to be of the same type
Signed-off-by: Alexandra Iordache <aghecen@amazon.com>1 parent 627bce6 commit 4db08d9
File tree
6 files changed
+501
-31
lines changed- src/configurator
- aarch64
- x86_64
6 files changed
+501
-31
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments