release 3.5-pre2
https://sourceforge.net/projects/elilo/files/elilo/elilo-3.5pre2/
This commit is contained in:
parent
cb533a5de5
commit
6a4d7e49dc
29 changed files with 523 additions and 1389 deletions
|
@ -65,8 +65,11 @@ typedef struct ia64_boot_params {
|
|||
UINTN initrd_start; /* virtual address where the initial ramdisk begins */
|
||||
UINTN initrd_size; /* how big is the initial ramdisk */
|
||||
|
||||
UINTN vmcode_start; /* virtual address where the boot time vmcode begins */
|
||||
UINTN vmcode_size; /* how big is the boot module */
|
||||
UINTN loader_addr; /* start address of boot loader */
|
||||
UINTN loader_size; /* size of loader code & data */
|
||||
|
||||
} boot_params_t;
|
||||
|
||||
typedef struct sys_img_options {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue