mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
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 | ||