source:
mainline/contrib/gem5/disk-image.patch@
d776329b
Last change on this file since d776329b was 741b2fb1, checked in by , 9 years ago | |
---|---|
|
|
File size: 515 bytes |
-
configs/common/FSConfig.py
diff -r a22c4bac7e15 configs/common/FSConfig.py
a b 169 169 self.partition_desc.port = self.membus.master 170 170 self.intrctrl = IntrControl() 171 171 self.disk0 = CowMmDisk() 172 self.disk0.childImage( disk('disk.s10hw2'))172 self.disk0.childImage(mdesc.disk()) 173 173 self.disk0.pio = self.iobus.master 174 174 175 175 # The puart0 and hvuart are placed on the IO bus, so create ranges
Note:
See TracBrowser
for help on using the repository browser.