projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4dab22
)
X86: Add a couple comments to the bios SConscript
author
Gabe Black
<gblack@eecs.umich.edu>
Fri, 10 Oct 2008 10:50:42 +0000
(
03:50
-0700)
committer
Gabe Black
<gblack@eecs.umich.edu>
Fri, 10 Oct 2008 10:50:42 +0000
(
03:50
-0700)
src/arch/x86/bios/SConscript
patch
|
blob
|
history
diff --git
a/src/arch/x86/bios/SConscript
b/src/arch/x86/bios/SConscript
index 904fab08618ca74e18014a778132c2ce736b228e..1ec717b11740baca10304f137a70637199ae413b 100644
(file)
--- a/
src/arch/x86/bios/SConscript
+++ b/
src/arch/x86/bios/SConscript
@@
-59,7
+59,10
@@
Import('*')
if env['TARGET_ISA'] == 'x86':
if env['FULL_SYSTEM']:
+ # The table generated by the bootloader using the BIOS and passed to
+ # the operating system which maps out physical memory.
SimObject('E820.py')
Source('e820.cc')
+ # The DMI tables.
Source('smbios.cc')