BIOS_BASE
target = (u_int32_t)BIOS_BASE;
printf( " searching BIOS @ 0x%08x\n", BIOS_BASE );
if ((x = findMpSig(BIOS_BASE, BIOS_SIZE)) != -1) {