CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/05/15 00:52:33
Modified files:
sys/arch/amd64/include: loadfile_machdep.h
sys/arch/amd64/stand/boot: Makefile conf.c
sys/arch/amd64/stand/cdboot: Makefile conf.c
sys/arch/amd64/stand/libsa: exec_i386.c
sys/arch/amd64/stand/pxeboot: Makefile conf.c
Added files:
sys/arch/amd64/stand/libsa: run_amd64.S
Log message:
Add support to the BIOS bootloader for random kernel base VA
This diff adds support to be able to load a randomly linked kernel VA
(subject to some range restrictions). This change has been in snaps for
a few days without any fallout.
ok deraadt@