Hi Iago,
I have managed to get it working recently without any patches as
explained at:
https://stackoverflow.com/questions/50862906/how-to-attach-multiple-disk-images-in-a-simulation-with-gem5-fs-py/60210181#60210181
If that doesn't solve the problem for you, let me know.
On 2/7/20 2:38 PM, Iago . wrote:
I've been trying to reproduce some tests i've done last year but with
some of the latest updates to the tool the way to append a second image
to the FSConfig.py script has changed, i've been trying to just change this:
def makeCowDisks(disk_paths):
� � disks = []
� � for disk_path in disk_paths:
� � � � disk = CowIdeDisk(driveID='master')
� � � � disk.childImage(disk_path);
� � � � disks.append(disk)
� � return disks
changing the childimage line to :
disk.childImage('/home/iago/fs/disks/workloads.img');
But ive been getting kernel panics on my simulation.
Thanks in advance
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users