gfxboot: align buffers and move them into bss
authorH. Peter Anvin <hpa@zytor.com>
Fri, 1 May 2009 18:07:59 +0000 (11:07 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 1 May 2009 18:07:59 +0000 (11:07 -0700)
commit7404932c9e83facae12c40a7f46249cfb0094504
tree877cb8e451f26e9d3c817dffe1c7fb2c7def3013
parent5dd23771861e914cd0f8238da90a41f4ae1ebc91
gfxboot: align buffers and move them into bss

Align I/O buffers to a multiple of 512 bytes, as required by the
Syslinux ABI.  Furthermore, move them from data to bss, so that they
don't occupy space in the image file.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Acked-by: Sebastian Herbszt <herbszt@gmx.de>
modules/Makefile
modules/gfxboot.asm