BIOS_BASE
target = (u_int32_t) BIOS_BASE;
printf( " searching BIOS @ 0x%08x\n", BIOS_BASE );
seekEntry( BIOS_BASE );
*paddr = (x * sizeof( unsigned int )) + BIOS_BASE;