From 580c8421ab5d438ea4264a3a44495568a38bc59b Mon Sep 17 00:00:00 2001 From: Lisa Hsu Date: Mon, 30 Oct 2006 16:51:46 -0500 Subject: se.py, fs.py: import Caches Simulation.py: Fix typo - L2Cache --> L1Cache configs/common/Simulation.py: Fix typo - L2Cache --> L1Cache configs/example/fs.py: configs/example/se.py: import Caches --HG-- extra : convert_revision : 4292225b322c069665262eab7c83b5341844fba0 --- configs/common/FSConfig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configs/common/FSConfig.py') diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py index 05888b10b..7ba1b001c 100644 --- a/configs/common/FSConfig.py +++ b/configs/common/FSConfig.py @@ -72,7 +72,8 @@ def makeLinuxAlphaSystem(mem_mode, mdesc = None): self.mem_mode = mem_mode self.sim_console = SimConsole(listener=ConsoleListener(port=3456)) self.kernel = binary('vmlinux') - self.pal = binary('ts_osfpal') +## self.pal = binary('ts_osfpal') + self.pal = '/z/hsul/work/m5/alpha-system/palcode/ts_osfpal' self.console = binary('console') self.boot_osflags = 'root=/dev/hda1 console=ttyS0' -- cgit v1.2.3