NetBSD/sys/arch/alpha/stand/bbinfo.h
cgd deb4082f80 wholesale update from my NetBSD/Alpha source tree. Includes:
Support for AXPpci CPUs,
	Support for AlphaStation 600 CPUs,
	new boot block structure, which requires an 'installboot'
	    program and works a lot like the NetBSD/sparc boot blocks.
1995-11-23 02:33:17 +00:00

15 lines
297 B
C

struct bbinfoloc {
u_int64_t magic1;
u_int64_t start;
u_int64_t end;
u_int64_t magic2;
};
struct bbinfo {
int32_t cksum;
int32_t nblocks;
int32_t bsize;
int32_t blocks[1];
};