X86: Add a couple comments to the bios SConscript
This commit is contained in:
parent
b4dab225fd
commit
9be6e08227
1 changed files with 3 additions and 0 deletions
|
@ -59,7 +59,10 @@ Import('*')
|
||||||
|
|
||||||
if env['TARGET_ISA'] == 'x86':
|
if env['TARGET_ISA'] == 'x86':
|
||||||
if env['FULL_SYSTEM']:
|
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')
|
SimObject('E820.py')
|
||||||
Source('e820.cc')
|
Source('e820.cc')
|
||||||
|
|
||||||
|
# The DMI tables.
|
||||||
Source('smbios.cc')
|
Source('smbios.cc')
|
||||||
|
|
Loading…
Reference in a new issue