Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: No boot with dnard and NetBSD 10_BETA
The size difference comes from the kernel symbol binary blob:
on netbsd-10:
netbsd.map: .text 0x00000000f0338d28 0x0 kern_ksyms_buf_real.o
netbsd.map: .data 0x00000000f03b3d44 0xec3dd4 kern_ksyms_buf_real.o
netbsd.map: .bss 0x00000000f129eac8 0x0 kern_ksyms_buf_real.o
on current:
netbsd.map: .text 0x00000000f0338d08 0x0 kern_ksyms_buf_real.o
netbsd.map: .data 0x00000000f03b3d44 0x7b800 kern_ksyms_buf_real.o
netbsd.map: .bss 0x00000000f0456508 0x0 kern_ksyms_buf_real.o
Since this symbol table is auto-generated (and should be of minimal size),
I'm not yet sure what goes wrong.
Martin
Home |
Main Index |
Thread Index |
Old Index