From 7db6db5ae64e7ab2626bbd898c63f58e053dc1a6 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Sun, 25 Apr 2021 12:41:24 +0200 Subject: Debug multiboot, enable apic and ACPI table parsing --- src/libs/stdio.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libs/stdio.hpp') diff --git a/src/libs/stdio.hpp b/src/libs/stdio.hpp index 804796b..2d252b6 100644 --- a/src/libs/stdio.hpp +++ b/src/libs/stdio.hpp @@ -23,5 +23,5 @@ void printi(int i); /** * Print an integer as hex using itoh() */ -void printh(int h); +void printh(u64 h); -- cgit v1.2.3