summaryrefslogtreecommitdiff
path: root/src/arch/amd64/mboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/amd64/mboot.c')
-rw-r--r--src/arch/amd64/mboot.c2
1 files changed, 1 insertions, 1 deletions
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,