Interviewer And Interviewee Guide

Simics Interview Question:

Tell me how to run interactive program using SIMICS?

Submitted by: Administrator
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.
Submitted by: Administrator

Read Online Simics Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.