Skip to content

Commit

Permalink
rework BootParams struct for extensibility
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
Alexandra Iordache committed May 5, 2020
1 parent d21ffd6 commit b4a986d
Show file tree
Hide file tree
Showing 4 changed files with 500 additions and 29 deletions.
2 changes: 1 addition & 1 deletion coverage_config_x86_64.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"coverage_score": 77.8,
"coverage_score": 78.5,
"exclude_path": "",
"crate_features": ""
}
Loading

0 comments on commit b4a986d

Please sign in to comment.