* Re: [Fastboot] kexec cant load OpenBSD
[not found] <4627C7DA.7010401@esentire.com>
@ 2007-04-20 6:54 ` Vivek Goyal
2007-04-20 9:43 ` Eric W. Biederman
0 siblings, 1 reply; 2+ messages in thread
From: Vivek Goyal @ 2007-04-20 6:54 UTC (permalink / raw)
To: Jon Steel; +Cc: fastboot, Kexec Mailing List, Eric W. Biederman
On Thu, Apr 19, 2007 at 03:49:46PM -0400, Jon Steel wrote:
> Hi
>
> Im running Gentoo and Im trying to use kexec to start up OpenBSD. I've
> got it set up correct because I can do a boot into Gentoo. Here is what
> happens:
>
> base ~ # kexec -l /boot/bsd --type="elf-x86"
> Base address: d0200120 is not page aligned
>
Above address indicates that some loadable program segment is not
page size(4K) aligned hence kexec is cribbing.
A, "readelf -l /boot/bsd" should display the various program headers.
I think you shall have to modify linker script of OpenBSD kernel to
generate page size aligned loadable segments.
This does raise a question in my mind, why all the program headers
should be loaded at page size boundaries? Just because ease of handling
or there is some other reason too?
Eric, you want to shed some light on this requirement?
Thanks
Vivek
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Fastboot] kexec cant load OpenBSD
2007-04-20 6:54 ` [Fastboot] kexec cant load OpenBSD Vivek Goyal
@ 2007-04-20 9:43 ` Eric W. Biederman
0 siblings, 0 replies; 2+ messages in thread
From: Eric W. Biederman @ 2007-04-20 9:43 UTC (permalink / raw)
To: vgoyal; +Cc: fastboot, Jon Steel, Kexec Mailing List
Vivek Goyal <vgoyal@in.ibm.com> writes:
> On Thu, Apr 19, 2007 at 03:49:46PM -0400, Jon Steel wrote:
>> Hi
>>
>> Im running Gentoo and Im trying to use kexec to start up OpenBSD. I've
>> got it set up correct because I can do a boot into Gentoo. Here is what
>> happens:
>>
>> base ~ # kexec -l /boot/bsd --type="elf-x86"
>> Base address: d0200120 is not page aligned
>>
>
> Above address indicates that some loadable program segment is not
> page size(4K) aligned hence kexec is cribbing.
>
> A, "readelf -l /boot/bsd" should display the various program headers.
> I think you shall have to modify linker script of OpenBSD kernel to
> generate page size aligned loadable segments.
>
> This does raise a question in my mind, why all the program headers
> should be loaded at page size boundaries? Just because ease of handling
> or there is some other reason too?
>
> Eric, you want to shed some light on this requirement?
A) The first problem is that we don't currently have support for OpenBSD
and it does some weird things, and doesn't quite use the ELF fields
generically. So specific support will have to be written for at least
part of it.
B) In the kernel side of the interface the page alignment restriction is
important because of how our intermediate buffers work. For user space
ELF the page alignment of program segments is an important
consideration to allow page sharing but for standalone executables we
really shouldn't care and the restriction probably only exists
because we have a simple translation from ELF segment to the kernel
segments.
Eric
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-04-20 9:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <4627C7DA.7010401@esentire.com>
2007-04-20 6:54 ` [Fastboot] kexec cant load OpenBSD Vivek Goyal
2007-04-20 9:43 ` Eric W. Biederman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.