mboot.c32:load ELF segments from the segment header
authorTim Deegan <Tim.Deegan@cl.cam.ac.uk>
Fri, 17 Mar 2006 16:59:00 +0000 (16:59 +0000)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 17 Mar 2006 17:04:33 +0000 (09:04 -0800)
commit3a146323478cfa0a883463f3521d2dcc4eef1e2d
tree1de40a7653aa86e4da0d608c65b00d26aac7a112
parent42d474f9c42baa78f19b05ca5394d4bd4f24450c
mboot.c32:load ELF segments from the segment header

Load sections from the ELF section headers as well as the program headers,
for kernels which need symbol and debug info but don't ask for them in
the program headers.

Bump the version number to reflect this change.

Signed-off-by: Tim Deegan <Tim.Deegan@cl.cam.ac.uk>
com32/modules/mboot.c