FSConfig.py: fix a typo makeLinuxAlphaRubySystem
This commit is contained in:
parent
24fe7cdf00
commit
13a5e9b7b5
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ def makeLinuxAlphaRubySystem(mem_mode, mdesc = None):
|
||||||
# RubyPort currently does support functional accesses. Therefore provide
|
# RubyPort currently does support functional accesses. Therefore provide
|
||||||
# the piobus a direct connection to physical memory
|
# the piobus a direct connection to physical memory
|
||||||
#
|
#
|
||||||
self.piobus.master_port = physmem.port
|
self.piobus.master = physmem.port
|
||||||
|
|
||||||
self.disk0 = CowIdeDisk(driveID='master')
|
self.disk0 = CowIdeDisk(driveID='master')
|
||||||
self.disk2 = CowIdeDisk(driveID='master')
|
self.disk2 = CowIdeDisk(driveID='master')
|
||||||
|
|
Loading…
Reference in a new issue