> I'm trying to get the dimensions (starting physical address + length) of the reserved memory region acquired by passing "mem=XXX" to the kernel at system boot. Anyone have a clue as to how to get these numbers from the kernel?
I don't know if this answers your question, but the e820 stuff is supposed to
give you a physical memory map. It is overwritten by the mem kernel parameter,
I believe.
-- Timur Tabi - ttabi@interactivesi.com Interactive Silicon - http://www.interactivesi.comWhen replying to a mailing-list message, please don't cc: me, because then I'll just get two copies of the same message.
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/