CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/05/20 13:09:24
Modified files:
sys/arch/armv7/stand/efiboot: efiboot.c
Log message:
Attempt to allocate 32MB at the lowest address that is aligned on a 256MB
border. Our kernel currently relies on being loaded at the start of physical
memory. Hopefully this algorithm achieves that. In the future I hope to
make it possible to load the kernel at any 256MB aligned border such that
the algorithm works even if the lowest 32MB are not available.