CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2012/01/01 09:11:13
Modified files:
sys/arch/sparc64/stand/installboot: Makefile installboot.c
installboot.8
Log message:
Improve/clean up sparc64 installboot:
- Use opendev() like we do for installboot on many other archs.
- Use the term bootblock rather than prototype for the first-stage, since
we install it verbatim.
- Read the bootblock into a zeroed buffer rather than messing around with
mmap() and zeroing the end of the space.
- Make man page consistent with respect to the first-stage bootblock and
second-stage boot program.
ok kettenis@ jmc@ (for the man part)