I’m running UCanLinux full-system simulation on RISC-V using the instructions
found here: http://resources.gem5.org/resources/riscv-fs
With the intention to enable multi-threaded and multi-core simulations with the
host OS.
I’ve tried to enable 4 cores by modifying the riscv-fs.py example script. I’ve
instantiated the processor as follows:
processor = SimpleProcessor(
cpu_type=CPUTypes.TIMING, isa=ISA.RISCV, num_cores=4
)
When I try to boot into linux I get the following message in the m5term:
[ 0.847619] Run /sbin/init as init process
can't run '/etc/init.d/rcS': No such file or directory
Are there additional changes that must be made to enable multi-core linux boot?
Thank you in advance.
This email contains links to content or websites. Always be cautious when
opening external links or attachments.
Please visit https://carleton.ca/its/help-centre/report-phishing/ for
information on reporting phishing messages.
When in doubt, the ITS Service Desk can provide assistance.
https://carleton.ca/its/chat
-----End of Disclaimer-----
_______________________________________________
gem5-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]