History log of /seL4-refos-master/kernel/include/arch/x86/arch/kernel/multiboot2.h
Revision Date Author Comments
# 512a0200 19-Mar-2020 Qian Ge <qian.ge@data61.csiro.au>

replacing all ifndef with pargma once

All the kernel header files now use pargma once rather than the ifndef,
as the pre-processed C files do not change while header files
are protected with pargma once. This will also solve any naming issues
caused by ifndef.


# 79da0792 01-Mar-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert license tags to SPDX identifiers

This commit also converts our own copyright headers to directly use
SPDX, but leaves all other copyright header intact, only adding the
SPDX ident. As far as possible this commit also merges multiple
Data61 copyright statements/headers into one for consistency.


# 734320d7 20-Nov-2017 Alexander Boettcher <alexander.boettcher@genode-labs.com>

x86: add framebuffer info of MBI2 via boot_info


# de610c22 23-Nov-2017 Alexander Boettcher <alexander.boettcher@genode-labs.com>

x86: evaluate ACPI RSDP v1 multiboot 2 information


# 0d0d231b 05-Oct-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

x86: Avoid zero sized array extension

Zero sized arrays are not a C standard extension supported by the C parser. This changes
to the older C90 style for variable length arrays of declaring an array of length 1, as
the C parser also does not suppor the C99 flexible array members.


# c41a2a88 04-Oct-2017 Adrian Danis <Adrian.Danis@data61.csiro.au>

x86: Add missing license tag


# 4241b2df 04-Oct-2017 Alexander Boettcher <alexander.boettcher@genode-labs.com>

x86: Support for mulitboot2 compatible booting

Declares to a bootloader that we hare multiboot2 compliant and provides an additional
try_boot_sys_mbi2 function for processing a multiboot2 information header.