> How can I run multiple programs (w/ multithreading) in full > system mode? I have the programs mounted on the disk. Right now I am > able to run single program.
What do you mean by multithreading? SMT? SMT is not currently supported in full system mode under M5. If you mean that you want to just fork more than one process, then in the rcS startup script, you just need to use standard shell scripting and background some of your processes. Nathan _______________________________________________ m5sim-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/m5sim-users
