* include/grub/i386/linux.h (linux_kernel_header): Fix init_size type.

* grub-core/loader/i386/linux.c (grub_cmd_linux): Differentiate between
	prot_size and prot_file_size.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-03-04 12:13:05 +01:00
parent 49de079bbe
commit 7c8d0ce7f4
3 changed files with 11 additions and 5 deletions

View file

@ -1,3 +1,9 @@
2012-03-03 Vladimir Serbinenko <phcoder@gmail.com>
* include/grub/i386/linux.h (linux_kernel_header): Fix init_size type.
* grub-core/loader/i386/linux.c (grub_cmd_linux): Differentiate between
prot_size and prot_file_size.
2012-03-03 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/disk/diskfilter.c (is_lv_readable): New argument "easily".