Situation occur where bootloader cannot supply kernel with early
authorderaadt <deraadt@openbsd.org>
Fri, 9 Feb 2018 03:01:24 +0000 (03:01 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 9 Feb 2018 03:01:24 +0000 (03:01 +0000)
commit86f75043105d227be7a5ad20a36fccc92455bad3
treeb4ebe4df18f519d50d71397398390ac9ce02f120
parent37ef093d6bb431c71d95298e4c15b3672c90eee9
Situation occur where bootloader cannot supply kernel with early
random data. But a new source of entropy arrived a few months ago
-- KARL generates highly disturbed images for some kernels (well,
not for bsd.rd)
This assumes the tail of text (just before etext[]) is readable.
We are trying to use a portable symbol name, and also avoid reading
a locore0 which has been unmapped...
ok mortimer
sys/dev/rnd.c