X86: Add a couple comments to the bios SConscript

This commit is contained in:
Gabe Black 2008-10-10 03:50:42 -07:00
parent b4dab225fd
commit 9be6e08227

View 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')