History log of /haiku/src/system/boot/platform/efi/menu.cpp
Revision Date Author Comments
# 98a4ebbe 09-Jun-2018 Augustin Cavalier <waddlesplash@gmail.com>

efi: Actually add items to safemode menu.

The call to smp_... is not working since it relies on gKernelArgs being
fully initialized, which it isn't at this stage in the EFI loader. Jessica
says that in order to have that happen, the heap would also need to be
initialized early, which it also is not.

At least you can now force a safe videomode, which is enough for me to
be able to test video drivers.


# 445b080e 24-Dec-2016 Jessica Hamilton <jessica.l.hamilton@gmail.com>

UEFI: support selecting video resolution & vesa settings file.


# e2e1558a 20-Apr-2016 Jessica Hamilton <jessica.l.hamilton@gmail.com>

EFI: stub functions so we can call loader's main() function.