CVSROOT:        /cvs
Module name:    src
Changes by:     kette...@cvs.openbsd.org        2020/10/30 13:39:00

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

Log message:
Use a 64MB block to load the kernel to deal with kernel growth.
Note that the first 16MB of the block are currently unused since
we link our kernels at physical address 0x01000000.  Therefore
32MB is no longer enough to load a kernel that is now larger than
16MB.

Fixes the "entry point at 0x10010000" hang that people have reported
on some machines.

ok patrick@, naddy@, deraadt@

Reply via email to