Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/NDRAEY/SayoriOS
Browse files Browse the repository at this point in the history
  • Loading branch information
NDRAEY committed Jan 22, 2024
2 parents 6c9af32 + 27c3155 commit c16b7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/sys/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ void acpi_scan_all_tables(uint32_t rsdt_addr) {
PAGE_PRESENT
);


uint32_t sdt_count = (rsdt->Length - sizeof(ACPISDTHeader));

qemu_log("LEN: %d (// %d)", rsdt->Length, sizeof(ACPISDTHeader));
Expand All @@ -96,6 +95,7 @@ void acpi_scan_all_tables(uint32_t rsdt_addr) {
break;
}

tty_printf("[%x] Found table: %.4s", entry, entry->Signature);
qemu_log("[%x] Found table: %.4s", entry, entry->Signature);
}

Expand Down

0 comments on commit c16b7e7

Please sign in to comment.