X86: Make the e820 table manually or automatically configurable from python.
authorGabe Black <gblack@eecs.umich.edu>
Thu, 12 Jun 2008 04:58:36 +0000 (00:58 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Thu, 12 Jun 2008 04:58:36 +0000 (00:58 -0400)
commitbceaa257a38d62c91317cecc78f4dba46654eb93
tree2db79f7f87f798e4d28553c72e8dd9d1185f3026
parent4f4ff17578846018e06b0b9b047df96a8346efd9
X86: Make the e820 table manually or automatically configurable from python.
configs/common/FSConfig.py
src/arch/x86/SConscript
src/arch/x86/X86System.py
src/arch/x86/bios/E820.py [new file with mode: 0644]
src/arch/x86/bios/e820.cc [new file with mode: 0644]
src/arch/x86/bios/e820.hh [new file with mode: 0644]
src/arch/x86/linux/system.cc
src/arch/x86/linux/system.hh