X86: Make an x86 system object.

--HG--
extra : convert_revision : 590a4c29cb9b943a2d8c3a97c5fdfbabb658ac45
This commit is contained in:
Gabe Black
2007-10-07 17:48:36 -07:00
parent 8fe672551e
commit e540c37282
4 changed files with 256 additions and 0 deletions

View File

@@ -106,7 +106,10 @@ if env['TARGET_ISA'] == 'x86':
SimObject('X86TLB.py')
if env['FULL_SYSTEM']:
SimObject('X86System.py')
# Full-system sources
Source('system.cc')
Source('stacktrace.cc')
Source('utility.cc')
Source('vtophys.cc')