summaryrefslogtreecommitdiff
path: root/src/arch/x86/system.cc
AgeCommit message (Expand)Author
2010-08-23X86: Create a directory for files that define register indexes.Gabe Black
2010-08-17sim: revamp unserialization procedureSteve Reinhardt
2010-06-03More minor gdb-related cleanup.Steve Reinhardt
2010-05-23copyright: Change HP copyright on x86 code to be more friendlyNathan Binkert
2009-11-04build: fix compile problems pointed out by gcc 4.4Nathan Binkert
2009-05-28X86: Keep track of more descriptor state to accomodate KVM.Gabe Black
2009-05-26X86: Really set up the GDT and various hidden/visible segment registers.Gabe Black
2008-10-10X86: Create SimObjects in python and C++ to represent the ACPI system descrip...Gabe Black
2008-10-10X86: Create SimObjects in python and C++ to represent the Intel MP tables.Gabe Black
2008-10-10X86: Turn SMBios structures into simobjects.Gabe Black
2008-10-10X86: Move the smbios objects into a folder for BIOS objects.Gabe Black
2008-01-23X86: Put an SMBios/DMI table in memory.Gabe Black
2007-12-01X86: Move startup code to the system object to initialize a Linux system.Gabe Black
2007-10-07X86: Make an x86 system object.Gabe Black