Subject: Re: Adding Multiboot support (or not)
To: Pavel Cahyna <pavel.cahyna@st.mff.cuni.cz>
From: Jason Thorpe <thorpej@shagadelic.org>
List: tech-kern
Date: 02/11/2006 20:38:33
On Feb 11, 2006, at 1:30 PM, Pavel Cahyna wrote:

> In my case it won't, unless I add an explicit statement for .rodata:

Right, this is a bug in ld(1).

> BTW in your output paddr of .bss is inconsistent with others. Is it
> intended?

BSS doesn't need a paddr because it's not a PT_LOAD section.

-- thorpej