CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/16 12:08:58
Modified files:
sys/arch/luna88k/conf: ld.script
sys/arch/luna88k/stand/boot: boot.c init_main.c
Log message:
Fix passing entropy from boot loader to the kernel:
- make sure the kernel has a PT_OPENBSD_RANDOMIZE phdr.
- load /etc/random.conf in all cases, not only manual boot (oops).
ok aoyama@
