CVSROOT: /cvs Module name: src Changes by: mlar...@cvs.openbsd.org 2016/02/20 12:59:01
Modified files: sys/arch/i386/conf: ld.script sys/arch/i386/i386: bios.c pmapae.c Log message: Fixes a boot issue on non-ACPI i386 machines that need X permissions on the BIOS region in the ISA hole. Also fix a separate unrelated issue relating to placing R/O (no X) permissions on the kernel symbol area on bsd.rd. ok deraadt