Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 04/28/1999 08:22:25
Module Name:	src
Committed By:	christos
Date:		Wed Apr 28 15:22:25 UTC 1999

Modified Files:
	src/sys/arch/sparc/stand: Makefile.buildboot
	src/sys/arch/sparc/stand/boot: Makefile boot.c version
	src/sys/arch/sparc/stand/installboot: Makefile installboot.c
Log Message:
Checkpoint of elf boot stuff:
- Use loadfile for both boot and installboot
- Fix problems with linking in bootxx
- Make installboot work with both a.out and ELF bootxx
- *WILL NOT BOOT YET ELF KERNELS* (a.out kernels work) I am working on it.