BIOS_IN16
#define BIOS_IN16(v) (readb(bios + (v)) | \
#define BIOS_IN16(v) (readb(rinfo->bios_seg + (v)) | \