mboot: fix cmdline; a few more layout tweaks
authorH. Peter Anvin <hpa@zytor.com>
Mon, 27 Apr 2009 02:29:33 +0000 (19:29 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 27 Apr 2009 02:29:33 +0000 (19:29 -0700)
commit9d60b0be1b6dd69614c968b009997ef535c14409
treed36a082b14613d1c7eca2bd4156ba687e8e08a8f
parent8575c10e6da46ce0c806066668eff786ed9a2f2a
mboot: fix cmdline; a few more layout tweaks

Fix module command lines (it was overwriting the main kernel command
line); a few minor layout tweaks.  In particular, we require the
section header to be page-aligned, but not the subsequent sections.

With this, I can get Xen to boot.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/mboot/map.c
com32/mboot/mboot.c
com32/mboot/mboot.h
com32/mboot/mem.c