Simics Question:
Download Questions PDF

Tell me how to run interactive program using SIMICS?

Answer:

SIMICS can be used to run interactive program through the command line interface. The program should be passed with a parameter “-tty”, it is a flag and by doing this any program that is being executed gets its own window in which it will be running. The input that is being entered will be passed to the program for further processing. The command is as follows:

sh>simics
SimICS> load-unix -tty "/bin/telnet" "www.google.com 80"
SimICS> load-unix "idle"
SimICS> c

This program loads the program and executes it by using the telnet it actually used for file transfer and for communicating with other servers.

Download Simics Interview Questions And Answers PDF

Previous QuestionNext Question
Please tell me how to load SimICS inside an operating system?Can you explain how to access host Ethernet interface in simics?