CVSROOT: /cvs Module name: src Changes by: weing...@cvs.openbsd.org 2010/07/01 18:36:52
Modified files: sys/arch/amd64/stand/boot: boot.8 conf.c sys/arch/amd64/stand/cdboot: conf.c sys/arch/amd64/stand/libsa: cmd_i386.c libsa.h memprobe.c sys/arch/amd64/stand/pxeboot: conf.c sys/arch/i386/stand/boot: boot.8 conf.c sys/arch/i386/stand/cdboot: conf.c sys/arch/i386/stand/libsa: cmd_i386.c libsa.h memprobe.c sys/arch/i386/stand/pxeboot: conf.c Log message: Add ability to limit memory presented to kernel with 'machine memory =128M' style commands. Thanks to phessler for finding a small man page niggle. Bumped version strings to a nice round fraction, and make them the same across the board. Easier to identify boot binary versions that way. ok thib@, tedu@, phessler@