-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added a new generic struct that encapsulates boot parameters expressed as ByteValued structs in: * header: section of the parameters that is necessary regardless of boot protocol. For Linux, it's the boot_params struct; for PVH, it's the start_info; for ARM+FDT, it's the device tree blob. * sections: vector of additional boot parameters written at a different address than the header. Unused for Linux & FDT. For PVH, it's the memory map table. * modules: vector of module boot configurations, written at a different address than the header and sections. Unused for Linux & FDT. For PVH, it's (optionally) a vector of 1 modlist_entry containing the initrd configuration, if any. Signed-off-by: Alexandra Iordache <aghecen@amazon.com>
- Loading branch information
Alexandra Iordache
committed
Apr 3, 2020
1 parent
83169ff
commit e775b1b
Showing
5 changed files
with
168 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.