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
|
@ -164,6 +164,7 @@ sysdeps_create_boot_params(
|
|||
boot_params_t *bp,
|
||||
CHAR8 *cmdline,
|
||||
memdesc_t *initrd,
|
||||
memdesc_t *vmcode, /* no use for ia32 now*/
|
||||
UINTN *cookie)
|
||||
{
|
||||
mmap_desc_t mdesc;
|
||||
|
@ -270,7 +271,7 @@ sysdeps_create_boot_params(
|
|||
if (initrd->start_addr && initrd->pgcnt) {
|
||||
/* %%TBD - This will probably have to be changed. */
|
||||
bp->s.initrd_start = (UINT32)initrd->start_addr;
|
||||
bp->s.initrd_size = (UINT32)(initrd->pgcnt * EFI_PAGE_SIZE);
|
||||
bp->s.initrd_size = (UINT32)(initrd->size);
|
||||
|
||||
/*
|
||||
* This is the RAMdisk root device for RedHat 2.2.x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue