release 3.10
https://sourceforge.net/projects/elilo/files/elilo/elilo-3.10/ (sans a few CVS directories)
This commit is contained in:
parent
34d8003a54
commit
4e87874a03
35 changed files with 412 additions and 235 deletions
4
initrd.c
4
initrd.c
|
@ -77,9 +77,9 @@ load_file(CHAR16 *filename, memdesc_t *image)
|
|||
filename));
|
||||
goto error;
|
||||
}
|
||||
VERB_PRT(2, Print(L"%s image: total_size: %ld bytes base: 0x%lx "
|
||||
VERB_PRT(2, Print(L"%s image: total_size: %d bytes base: " PTR_FMT " "
|
||||
"pages %d\n", filename, image->size,
|
||||
(UINTN)start_addr, pgcnt));
|
||||
start_addr, pgcnt));
|
||||
|
||||
Print(L"Loading file %s...", filename);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue