X86: Add a couple comments to the bios SConscript
authorGabe Black <gblack@eecs.umich.edu>
Fri, 10 Oct 2008 10:50:42 +0000 (03:50 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Fri, 10 Oct 2008 10:50:42 +0000 (03:50 -0700)
src/arch/x86/bios/SConscript

index 904fab08618ca74e18014a778132c2ce736b228e..1ec717b11740baca10304f137a70637199ae413b 100644 (file)
@@ -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')