Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 07/25/1997 00:10:04
thorpej
Thu Jul 24 17:03:50 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv24280

Modified Files:
	autoconf.h 
Log Message:
Define the bootinfo magic number and bootinfo (version 1) structure.


thorpej
Thu Jul 24 17:04:38 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv24577

Modified Files:
	cpu.h 
Log Message:
Update alpha_init() prototype; takes two more args.


thorpej
Thu Jul 24 17:06:26 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/include
In directory netbsd1:/var/slash-tmp/cvs-serv24847

Modified Files:
	db_machdep.h 
Log Message:
More DDB support:
- Add support for software single-stepping (Alpha does not have hardware
  support for single-stepping)
- Alpha uses Elf64 symbols.


thorpej
Thu Jul 24 17:07:59 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/stand/common
In directory netbsd1:/var/slash-tmp/cvs-serv25596

Modified Files:
	boot.c 
Log Message:
Set up a version 1 bootinfo for the kernel.


thorpej
Thu Jul 24 17:09:02 PDT 1997
Update of /cvsroot/src/sys/arch/alpha/stand/common
In directory netbsd1:/var/slash-tmp/cvs-serv25741

Modified Files:
	loadfile.c 
Log Message:
If loading an Elf kernel, load the symbol table immediately after
the kernel image.