deb4082f80
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.
15 lines
297 B
C
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];
|
|
};
|