CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/04/15 12:23:50
Modified files:
sys/arch/amd64/stand/libsa: exec_i386.c
Log message:
Disable microcode loading added in r1.20 of exec_i386.c.
The implementation tries to allocate sufficient memory to match the size of
the microcode file and will blow the boot loader heap when loading a larger
microcode file. This has been causing "heap full" errors at boot on some
machines.
Diagnosed with deraadt@
