release 3.12
https://sourceforge.net/projects/elilo/files/elilo/elilo-3.12/
This commit is contained in:
parent
4e87874a03
commit
e351d8fbea
26 changed files with 511 additions and 113 deletions
|
@ -34,7 +34,7 @@
|
|||
boot_params_t *param_start = NULL;
|
||||
UINTN param_size = 0;
|
||||
|
||||
UINTN kernel_size = 0x200000; /* 2M (largest x86 bzImage kernel image) */
|
||||
UINTN kernel_size = 0x400000; /* 4M (default x86 bzImage size limit) */
|
||||
|
||||
static INTN
|
||||
bzImage_probe(CHAR16 *kname)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue