changeset 2e7dbd0c4a2b in /z/repo/m5 details: http://repo.m5sim.org/m5?cmd=changeset;node=2e7dbd0c4a2b description: X86: Add a couple comments to the bios SConscript
diffstat: 1 file changed, 2 insertions(+) src/arch/x86/bios/SConscript | 2 ++ diffs (14 lines): diff -r 0d14611ee1bb -r 2e7dbd0c4a2b src/arch/x86/bios/SConscript --- a/src/arch/x86/bios/SConscript Fri Oct 10 03:50:30 2008 -0700 +++ b/src/arch/x86/bios/SConscript Fri Oct 10 03:50:42 2008 -0700 @@ -59,7 +59,10 @@ 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') _______________________________________________ m5-dev mailing list m5-dev@m5sim.org http://m5sim.org/mailman/listinfo/m5-dev