From ec0fb05d643323ae036156be76acd42c8275a2f4 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Fri, 10 Oct 2008 03:50:51 -0700 Subject: X86: Turn SMBios structures into simobjects. --- configs/common/FSConfig.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'configs/common/FSConfig.py') diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py index 8e2b0884c..21d4311d0 100644 --- a/configs/common/FSConfig.py +++ b/configs/common/FSConfig.py @@ -185,6 +185,10 @@ def makeX86System(mem_mode, mdesc = None, self = None): self.intrctrl = IntrControl() + # Add in a Bios information structure. + structures = [X86SMBiosBiosInformation()] + self.smbios_table.structures = structures + def makeLinuxX86System(mem_mode, mdesc = None): self = LinuxX86System() -- cgit v1.2.3