mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 03:54:17 +01:00
48f64992f2
Currently kexec loads an initrd file into the main memory but does not mark that region as reserved, thus the area is not protected. If any initrd/md file is loaded from kexec/petitboot, the region might become corarupted/overwritten since FreeBSD does not know the region is 'reserved'. This patch simply adds the initrd area as a reserved memory region. Approved by: jhibbits Differential Revision: https://reviews.freebsd.org/D15610 |
||
---|---|---|
.. | ||
ofw_machdep.c | ||
ofw_pcib_pci.c | ||
ofw_pcibus.c | ||
ofw_pcibus.h | ||
ofw_real.c | ||
ofw_syscons.c | ||
ofw_syscons.h | ||
ofwcall32.S | ||
ofwcall64.S | ||
openpic_ofw.c | ||
rtas.c |