ACPI_RSDP_SIGNATURE
if (strncmp(pointer, ACPI_RSDP_SIGNATURE, 8) == 0) {
if (strncmp((char *)rsdp, ACPI_RSDP_SIGNATURE, 8) == 0)