release 3.10

https://sourceforge.net/projects/elilo/files/elilo/elilo-3.10/

(sans a few CVS directories)
This commit is contained in:
Stephane Eranian 2009-04-03 09:38:32 -04:00 committed by Vincent Batts
parent 34d8003a54
commit 4e87874a03
35 changed files with 412 additions and 235 deletions

View file

@ -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);