grub/kern/i386/pc
proski 80a3e68b59 2008-03-28 Pavel Roskin <proski@gnu.org>
* kern/i386/pc/startup.S: Assert that uncompressed functions
	don't spill beyond GRUB_KERNEL_MACHINE_RAW_SIZE.
	* kern/i386/pc/lzo1x.S: Remove all .align directives in the
	code, as they push parts of the code (error handlers) beyond
	GRUB_KERNEL_MACHINE_RAW_SIZE.  Speed is not as important in this
	code as correctness and size.
2008-03-28 17:16:46 +00:00
..
init.c 2008-03-24 Bean <bean123ch@gmail.com> 2008-03-24 04:13:37 +00:00
lzo1x.S 2008-03-28 Pavel Roskin <proski@gnu.org> 2008-03-28 17:16:46 +00:00
startup.S 2008-03-28 Pavel Roskin <proski@gnu.org> 2008-03-28 17:16:46 +00:00