Richard Braun, on Fri 12 Aug 2016 19:57:10 +0200, wrote:
> On Fri, Aug 12, 2016 at 05:17:26PM +0200, Samuel Thibault wrote:
> > biosmem: heap: 114f000-7a000000
> > 
> > and objdump shows:
> > 
> >     LOAD off    0x00001000 vaddr 0x81000000 paddr 0x01000000 align 2**12
> >          filesz 0x00114700 memsz 0x00114700 flags r-x
> >     LOAD off    0x00116000 vaddr 0x81115000 paddr 0x01115000 align 2**12
> >          filesz 0x0000d151 memsz 0x00039384 flags rw-
> > 
> > It seems biosmem's heap doesn't even exclude the kernel data?!
> 
> Could be a mistake with regard to the linker script.

No, I was just misreading the figures. 0x01000000 + 0x00114700 is
0x01114700, and 0x01115000 plus 0x00039384 is 0x0114e384, and I confused
0x00114700 with 0x0114e384.

Samuel

Reply via email to