x86: print out EBDA/lowmem address
[deliverable/linux.git] / arch / x86 / kernel / head.c
index 3e66bd364a9db3cf8f3fb624f96eeb7075364d78..1dcb0f13897e9b6d4773111e1bc8300713efe0e8 100644 (file)
@@ -35,6 +35,7 @@ void __init reserve_ebda_region(void)
 
        /* start of EBDA area */
        ebda_addr = get_bios_ebda();
+       printk(KERN_INFO "BIOS EBDA/lowmem at: %08x/%08x\n", ebda_addr, lowmem);
 
        /* Fixup: bios puts an EBDA in the top 64K segment */
        /* of conventional memory, but does not adjust lowmem. */
This page took 0.025467 seconds and 5 git commands to generate.