N_BIOS
bio_tail = (bio_tail+1) % N_BIOS;
while ((bio_head+1) % N_BIOS == bio_tail)
bio_head = (bio_head+1) % N_BIOS;
static struct rumpuser_bio bios[N_BIOS];