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