CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2011/06/05 15:49:36
Modified files: sys/arch/alpha/stand: Makefile.inc start.S sys/arch/alpha/stand/boot: Makefile boot.c version sys/arch/alpha/stand/bootxx: Makefile sys/arch/alpha/stand/libsa: Makefile.inc sys/arch/alpha/stand/netboot: Makefile devopen.c getsecs.c netboot.c version Added files: sys/arch/alpha/include: loadfile_machdep.h Removed files: sys/arch/alpha/stand: loadfile.c Log message: Update alpha bootblocks to use MI loadfile code instead of rolling our own; also print a meaningful message if the kernel load address conflicts with the SRM memory areas, so that we can know which kernel load address to use. Requires `make includes' before attempting to build bootblocks. Tweaks mk@, `nice' deraadt@