> > 1) I'm unable to enter QEMU's monitor mode after booting & logging into > the new kernel by pressing Ctrl+Alt+2. There is no response. So I have to > first launch QEMU using telnet:
Try Alt+2 > 2) The monitor mode which I entered failed to recognize simconfig. It > gives an error message > unknown command: 'simconfig' By using qemu-system-x86_64 you are starting the vanilla qemu in you PATH which does not have simconfig. You want to use qemu/qemu-system-x86_64 from $MARSS to start the one you built. -Furat On Mon, Sep 15, 2014 at 11:17 AM, Varun Venkatesan <[email protected]> wrote: > Hi, > > I'm using Marssx86+DRAMSim2 for my thesis work. I'm currently facing a > couple of issues while running simconfig. > > 1) I'm unable to enter QEMU's monitor mode after booting & logging into > the new kernel by pressing Ctrl+Alt+2. There is no response. So I have to > first launch QEMU using telnet: > qemu-system-x86_64 -m 1024 -hda ~/full_system_images/ubuntu-natty.qcow2 -k > en-us -curses -monitor telnet:127.0.0.1:1234, server, nowait > > And then in a new terminal I have to > telnet 127.0.0.1 1234 > > This launches the monitor console. > > Is there a way to use Ctrl+Alt+2 to launch QEMU? > > 2) The monitor mode which I entered failed to recognize simconfig. It > gives an error message > unknown command: 'simconfig' > > It would be great if you could help me resolve these issues. > > Thanks, > Varun > > _______________________________________________ > http://www.marss86.org > Marss86-Devel mailing list > [email protected] > https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel > >
_______________________________________________ http://www.marss86.org Marss86-Devel mailing list [email protected] https://www.cs.binghamton.edu/mailman/listinfo/marss86-devel
