[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Unknown multiboot information tags
From: |
Andrey Borzenkov |
Subject: |
Re: Unknown multiboot information tags |
Date: |
Tue, 19 Feb 2013 22:16:49 +0400 |
В Tue, 19 Feb 2013 16:09:11 +0300
Сергей Ковалёв <address@hidden> пишет:
> Hellow.
> I'm currently study multiboot2.h and can't understand some tags:
> - MULTIBOOT_TAG_TYPE_EFI32
> - MULTIBOOT_TAG_TYPE_EFI64
> - MULTIBOOT_TAG_TYPE_ACPI_OLD
> - MULTIBOOT_TAG_TYPE_ACPI_NEW
>
> What type of information i would receive through this flags and what are
> their formats.
They are used in grub-core/loader/multiboot_mbi2.c. Usage is
self-evident from the code.
> Thank you.