CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/19 09:55:04
Modified files:
sys/arch/amd64/amd64: locore0.S
sys/arch/amd64/conf: ld.script
Log message:
Make sure the first 2MB page of the kernel is actually mapped RO in the
direct map by using a properly aligned address. To prevent further
confusion, remove __kernel_base_phys from the linker script and rename
__kernel_end_phys into __kernel_phys_end.
Hinted at by Maxime Villard.
ok millert@, deraadt@, mpi@
