Look for the right ACPI signature.
Submitted by: dfr
This commit is contained in:
parent
45dde9cda4
commit
c3c011f933
@ -138,7 +138,7 @@ bios32_init(void *junk)
|
||||
if (bootverbose) {
|
||||
/* look for other know signatures */
|
||||
printf("Other BIOS signatures found:\n");
|
||||
printf("ACPI: %08x\n", bios_sigsearch(0, "RST PTR", 8, 16, 0));
|
||||
printf("ACPI: %08x\n", bios_sigsearch(0, "RSD PTR ", 8, 16, 0));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -138,7 +138,7 @@ bios32_init(void *junk)
|
||||
if (bootverbose) {
|
||||
/* look for other know signatures */
|
||||
printf("Other BIOS signatures found:\n");
|
||||
printf("ACPI: %08x\n", bios_sigsearch(0, "RST PTR", 8, 16, 0));
|
||||
printf("ACPI: %08x\n", bios_sigsearch(0, "RSD PTR ", 8, 16, 0));
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user