On 1/10/17 2:38 AM, Jan Beulich wrote:
On 10.01.17 at 02:21, wrote:
>> On 12/5/16 4:25 PM, Daniel Kiper wrote:
>>> +/* Flags set in the 'flags' member of the multiboot header. */
>>> +#define MULTIBOOT2_TAG_TYPE_END0
>>> +#define MULTIBOOT2_TAG_TYPE_CMDLINE
>>> On 10.01.17 at 02:21, wrote:
> On 12/5/16 4:25 PM, Daniel Kiper wrote:
>> +/* Flags set in the 'flags' member of the multiboot header. */
>> +#define MULTIBOOT2_TAG_TYPE_END 0
>> +#define MULTIBOOT2_TAG_TYPE_CMDLINE 1
>> +#define MULTIBOOT2_TAG_TYPE
On 12/5/16 4:25 PM, Daniel Kiper wrote:
> Add multiboot2 protocol support. Alter min memory limit handling as we
> now may not find it from either multiboot (v1) or multiboot2.
>
> This way we are laying the foundation for EFI + GRUB2 + Xen development.
>
> Signed-off-by: Daniel Kiper
> Reviewed