From 42ae409746adb2d64961af236516e8e57f52e731 Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sat, 1 Dec 2007 23:09:56 -0800 Subject: X86: Move startup code to the system object to initialize a Linux system. --HG-- extra : convert_revision : a4796c79f41aa8b8f38bf2f628bee8f1b3af64be --- configs/example/fs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/example') diff --git a/configs/example/fs.py b/configs/example/fs.py index 8688d7839..abfd3cc47 100644 --- a/configs/example/fs.py +++ b/configs/example/fs.py @@ -102,7 +102,7 @@ elif m5.build_env['TARGET_ISA'] == "mips": elif m5.build_env['TARGET_ISA'] == "sparc": test_sys = makeSparcSystem(test_mem_mode, bm[0]) elif m5.build_env['TARGET_ISA'] == "x86": - test_sys = makeX86System(test_mem_mode, bm[0]) + test_sys = makeLinuxX86System(test_mem_mode, bm[0]) else: m5.panic("incapable of building non-alpha or non-sparc full system!") -- cgit v1.2.3