mirror of
https://github.com/Fennix-Project/Kernel.git
synced 2025-05-25 22:14:37 +00:00
Update ACPI print format
This commit is contained in:
parent
7a6483aea8
commit
c967e94187
@ -48,7 +48,7 @@ namespace ACPI
|
|||||||
if (i == 3)
|
if (i == 3)
|
||||||
{
|
{
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
KPrint("ACPI: %s [%s:%s] found at address %#lx",
|
KPrint("ACPI: %.4s [%.6s:%.8s] found at address %#lx",
|
||||||
Signature,
|
Signature,
|
||||||
SDTHdr->OEMID,
|
SDTHdr->OEMID,
|
||||||
SDTHdr->OEMTableID,
|
SDTHdr->OEMTableID,
|
||||||
|
@ -29,7 +29,7 @@ void cmd_lsacpi(const char *)
|
|||||||
ACPI::ACPI *acpi = (ACPI::ACPI *)PowerManager->GetACPI();
|
ACPI::ACPI *acpi = (ACPI::ACPI *)PowerManager->GetACPI();
|
||||||
foreach (auto Table in acpi->Tables)
|
foreach (auto Table in acpi->Tables)
|
||||||
{
|
{
|
||||||
KPrint("%#lx: %s [%s:%s]",
|
KPrint("%#lx: %.4s [%.6s:%.8s]",
|
||||||
Table.second,
|
Table.second,
|
||||||
Table.second->Signature,
|
Table.second->Signature,
|
||||||
Table.second->OEMID,
|
Table.second->OEMID,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user