In article ,
Masao Uebayashi wrote:
>On Fri, Aug 21, 2015 at 3:55 PM, Christos Zoulas wrote:
>> Module Name:src
>> Committed By: christos
>> Date: Fri Aug 21 06:55:25 UTC 2015
>>
>> Modified Files:
>> src/sys/kern: kern_ksyms.c
>>
>> Log Message:
>> we don't need ioconf.h
On Fri, Aug 21, 2015 at 3:55 PM, Christos Zoulas wrote:
> Module Name:src
> Committed By: christos
> Date: Fri Aug 21 06:55:25 UTC 2015
>
> Modified Files:
> src/sys/kern: kern_ksyms.c
>
> Log Message:
> we don't need ioconf.h if we don't have the ksyms pseudo-device
This
Although I confirmed that all kernels of evbearmv7hf-el had no binary
changes after this change, I am a bit confused by [1]. According to
[1], at that time, this linker script was used by hpcboot (of
hpcarm?). Now I see that hpcarm doesn't seem to use linker script at
all.
Anyway, load addresses
netwinder is strange in that it wants .data aligned to 0x8000, but it
also specifies physical/virtual load addresses as
0xc000/0xf000c000, that are obviously not aligned to 0x8000! Can
someone check if other load addresses work? For example
0x0001/0xf001?