OpenBSD cvs log

created 2020-01-21T20:38:24Z
begin 2019-12-12T11:12:37Z
end 2019-12-12T13:09:35Z
path src/sys
commits 1

date 2019-12-12T13:09:35Z
author bluhm
files src/sys/arch/amd64/stand/efiboot/exec_i386.c log diff annotate
message On a HP EliteBook 830 G6 the Computrace executable is located in
the area where the boot loader copies the kernel. Its EfiLoaderCode
is write protected, so the boot loader hangs in memmove(). As we
may use this memory after calling EFI ExitBootServices(), change
the protection bit to writeable in the page table.
OK deraadt@ mlarkin@ patrick@