aboutsummaryrefslogtreecommitdiffstats
path: root/src/post.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/post.c')
-rw-r--r--src/post.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/post.c b/src/post.c
index 42a27bcb..6964f388 100644
--- a/src/post.c
+++ b/src/post.c
@@ -136,7 +136,8 @@ ram_probe(void)
// other page for EPT real mode pagetable
add_e820(0xfffbc000, 4*4096, E820_RESERVED);
- dprintf(1, "Ram Size=0x%08x\n", RamSize);
+ dprintf(1, "Ram Size=0x%08x (0x%08x%08x high)\n"
+ , RamSize, (u32)(RamSizeOver4G >> 32), (u32)RamSizeOver4G);
}
static void