From a717dbdd0087f9ce45f0a474211e760d1467013f Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sat, 3 Feb 2024 22:06:39 -0500 Subject: fix acpi on uefi, kprint fixes --- src/arch/amd64/mboot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/amd64/mboot.c') diff --git a/src/arch/amd64/mboot.c b/src/arch/amd64/mboot.c index 606c888..9fd7fc2 100644 --- a/src/arch/amd64/mboot.c +++ b/src/arch/amd64/mboot.c @@ -184,7 +184,7 @@ static void read_memory_map( type = segment_type[6]; else type = segment_type[seg->type]; - kprintf("ADDR: 0x%16p LEN: %4s TYPE: %s (%d)\n", + kprintf("ADDR: %16p LEN: %4s TYPE: %s (%d)\n", (void *)seg->addr, btoa(seg->len, buf), type, -- cgit v1.2.3-freya