Hi,

I was getting segmentation fault due to wrong kernel specification. I have 
added the following lines in ruby_fs.py

-------------------------
parser.add_option("--kernel", action="store", type="string")

#Ruby kernel option
if options.kernel is not None:
    system.kernel = binary(options.kernel)
-------------------------


Thanks,
Nil
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to