bootsec
static uchar_t bootsec[512] = {
bootloadr = bootsec;
bcopy(buf + sizeof (struct bootsec), &h->bs16, sizeof (h->bs16));
bcopy(buf + sizeof (struct bootsec), &h->bs32, sizeof (h->bs32));
struct bootsec bs;
struct bootsec f_bs;