haiku/headers/private/kernel/boot/platform/generic
Fredrik Holmqvist 15db6949b6 Don't clear video mem on UEFI, efi video mode refactor
Writes to videomem is slow without memory remapping
Can't do the mapping without leaving UEFI, so skipping
the clear. Afaict it should always be cleared by UEFI

This saves ~10 seconds of booting on my machine
(1920*1080*4 bytes)

EFI video mode (should have been it's own commit)
 * Only do strcmp if there are enough params
 * break when found
2018-08-01 21:12:08 +02:00
..
text_console.h * Implement support for user input of additional safe mode options that 2011-05-19 01:38:02 +00:00
text_menu.h * Slightly alter the semantics of the input gathering function to take the 2011-05-24 03:21:51 +00:00
video.h Don't clear video mem on UEFI, efi video mode refactor 2018-08-01 21:12:08 +02:00