projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
580c842
)
FSConfig.py:
author
Lisa Hsu
<hsul@eecs.umich.edu>
Mon, 30 Oct 2006 21:55:52 +0000
(16:55 -0500)
committer
Lisa Hsu
<hsul@eecs.umich.edu>
Mon, 30 Oct 2006 21:55:52 +0000
(16:55 -0500)
Accidentally committed this last time
configs/common/FSConfig.py:
Accidentally committed this last time
--HG--
extra : convert_revision :
32d49c17c661b57a9aa9c3b057258f6e037ba745
configs/common/FSConfig.py
patch
|
blob
|
history
diff --git
a/configs/common/FSConfig.py
b/configs/common/FSConfig.py
index 7ba1b001c33197471a0e145c632dcbe9aee48870..05888b10b575a8f80f5b7dbb50ffe0ea8f964cf8 100644
(file)
--- a/
configs/common/FSConfig.py
+++ b/
configs/common/FSConfig.py
@@
-72,8
+72,7
@@
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 = '/z/hsul/work/m5/alpha-system/palcode/ts_osfpal'
+ self.pal = binary('ts_osfpal')
self.console = binary('console')
self.boot_osflags = 'root=/dev/hda1 console=ttyS0'