CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2019/12/12 06:09:35

Modified files:
        sys/arch/amd64/stand/efiboot: exec_i386.c 

Log 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@

Reply via email to