Commit 3e6de5a3 authored by Ingo Molnar's avatar Ingo Molnar

x86: print out EBDA/lowmem address

it's useful for debugging purposes to know the location of the EBDA.
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent a73aaedd
......@@ -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. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment