Hi, everyone, I am trying to insert a linux kernel module dynamically , using command 'insmod mymod.ko', on the linux operating system (kernel version 2.6.27) under ALPHA_FS. On some situation, as described in the following, the Gem5 simulator seems hang at somewhere and this command can not work well.
1. When booting the OS with 2 cores, both typing that command manully and writing it in a script file work well. 2. When booting the OS with 4 cores, it only works well with manylly typing. With script file, other commands can works well, but the command 'insmod mymod.ko' seems hang at somewhere with no responds for a long period ( more than 24 hours). 3. When booting the OS with more than 4 cores, both manully typing and script file meet the problem of hanging. I have tested the above results on two different host platform with Unbutu 10 of kernel version 2.6.32 (32 bit) and RedHat E6 of kernel version 2.6.32.x86_64. I am wondering if anyone has any ideas about that. Thank you in advance. _______________________________________________ gem5-users mailing list [email protected] http://m5sim.org/cgi-bin/mailman/listinfo/gem5-users
