Skip to content

Commit

Permalink
x86: print out EBDA/lowmem address
Browse files Browse the repository at this point in the history
it's useful for debugging purposes to know the location of the EBDA.

Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Ingo Molnar committed Oct 13, 2008
1 parent a73aaed commit 3e6de5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/x86/kernel/head.c
Original file line number Diff line number Diff line change
Expand Up @@ -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. */
Expand Down

0 comments on commit 3e6de5a

Please sign in to comment.