Re: Need help in studying the grub bootloader

2013-01-26 Thread Francesco Lavra
Hi Parth, On 01/26/2013 05:55 PM, parth paritosh wrote: > Sir, > I am trying to study the source code of grub bootloader in order to be > able to contribute in it. I would like to know about any existing > documentation that explains the control flow in the code. > That would be very helpful in un

Need help in studying the grub bootloader

2013-01-26 Thread parth paritosh
Sir, I am trying to study the source code of grub bootloader in order to be able to contribute in it. I would like to know about any existing documentation that explains the control flow in the code. That would be very helpful in understanding the code. If any such document exists, please do tell m

[PATCH]: Add EFI conditional

2013-01-26 Thread Francesco Lavra
This patch adds the automake conditional COND_efi, which is true for every configuration using the EFI platform. This conditional is used in grub-core/Makefile.am to remove some duplicated entries in KERNEL_HEADER_FILES. As the EFI platform is expected to be used in more architectures (work is in p