S***@public.gmane.org
2008-10-22 17:55:54 UTC
Hello...
I'm trying to boot off of a usb key, and elilo is failing to allocate
the memory for the kernel. This is on an unreleased Dell platform.
Apparently elilo is trying to allocate 4MB at address 0x100000 (it's
calling AllocatePages(2, 2, 1024, 0x100000)), and the firmware on this
platform reserves the memory from 0x100000 (1MB) to 0x4000000 (64MB) for
its own use.
Is there a reason that elilo is trying to allocate memory for the kernel
at exactly 0x100000?
Thanks!
Stuart
I'm trying to boot off of a usb key, and elilo is failing to allocate
the memory for the kernel. This is on an unreleased Dell platform.
Apparently elilo is trying to allocate 4MB at address 0x100000 (it's
calling AllocatePages(2, 2, 1024, 0x100000)), and the firmware on this
platform reserves the memory from 0x100000 (1MB) to 0x4000000 (64MB) for
its own use.
Is there a reason that elilo is trying to allocate memory for the kernel
at exactly 0x100000?
Thanks!
Stuart