Subject: Re: Adding Multiboot support (or not)
To: None <tech-kern@netbsd.org>
From: Pavel Cahyna <pcah8322@artax.karlin.mff.cuni.cz>
List: tech-kern
Date: 02/11/2006 14:58:20
On Sat, Feb 11, 2006 at 04:15:42PM +0300, Valeriy E. Ushakov wrote:
> Current netwinder GENERIC looks like this:
> 
>    00     .start 
>    01     .text link_set_malloc_types link_set_pools link_set_domains link_set_s
> ysctl_funcs link_set_vfsops link_set_vfs_hooks link_set_evcnts link_set_dkwedge_
> methods link_set_bufq_strats
>    02     .data
>    03     .bss

What is the output of "readelf -l"?

I still don't see how do you indicate to the linker that the link_set_*
sections should start at a paddr different from vaddr.

Pavel