Hi, all

To run a linux on the FS mode, we normally specify the kernel path and name in 
configs/common/FSConfig.py [ self.kernel = binary('vmlinux') ]. Now, we want to 
boot a linux kernel with modules. Actually, it's a xen kernel with a domain0 
module. Is there any way to specify the module path in gem5? Do you guys have 
some hints on how to do that?

BTW, We have tried another two methods. One is to load kernel first and then 
add module manually with "insmod" command. This method failed because we can 
not boot up with a single xen kernel. The other one is merging the xen kernel 
and its modules into a single file, we are trying this way but no result yet.

Wang zhihao
best regards
_______________________________________________
gem5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users

Reply via email to