Subject: CVS commit: src/sys/arch/sgimips/stand
To: None <source-changes@NetBSD.org>
From: Christopher SEKIYA <sekiya@netbsd.org>
List: source-changes
Date: 11/13/2003 08:01:17
Module Name: src
Committed By: sekiya
Date: Thu Nov 13 08:01:17 UTC 2003
Modified Files:
src/sys/arch/sgimips/stand/boot: Makefile
src/sys/arch/sgimips/stand/common: boot.c
Log Message:
More bootloader changes:
* if loading from cdrom, assume we're performing an install and
fix up bootpath/kernel to load the proper install kernel.
* maximum filename length in volume header is eight characters.
Change boot.elf to ip2xboot, boot.ip32 to ip3xboot, and boot
to aoutboot (which matches kernel naming scheme as well).
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/arch/sgimips/stand/boot/Makefile
cvs rdiff -r1.5 -r1.6 src/sys/arch/sgimips/stand/common/boot.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.