CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2018/04/18 10:34:43
Modified files: sys/arch/amd64/stand/libsa: exec_i386.c Log message: re-enable ucode loading. The problem is the standard memory allocator cannot handle the larger firmwares, so we must place them somewhere else where the kernel can read them. Let's use 1MB. And pay attention if someone gets burned by this decision. Other solutions get a lot more hairy ok mlarkin jsing