B_F_USE_BOOTP
if (bootopts.b_flags & B_F_USE_BOOTP) {
bootopts.b_flags & B_F_USE_BOOTP ? "yes" : "no");
bootopts.b_flags |= B_F_USE_BOOTP;
bootopts.b_flags &= ~B_F_USE_BOOTP;