Yes, that's fine. The kernel is outputting to the simulated serial port. To see it, use the m5term program.

http://m5sim.org/wiki/index.php/M5term

Quoting Sudhanshu Bodawala <[email protected]>:

hello sir,

Thanks for helping me. kernel error is solved. Now the output is like this :


M5 Simulator System
Copyright (c) 2001-2008
The Regents of The University of Michigan
All Rights Reserved

M5 compiled Oct 14 2010 13:15:07
*M5 revision ae58aacfab8f 7690 default tip
*M5 started Nov  9 2010 20:04:23
M5 executing on leif.cs.lamar.edu
command line: build/ALPHA_FS/m5.debug -d /tmp/output configs/example/fs.py
Global frequency set at 1000000000000 ticks per second
info: kernel located at:
/home/sudhanshub/m5/m5_system_2.0b3/binaries/vmlinux
Listening for system connection on port 3456
      0: system.tsunami.io.rtc: Real-time clock set to Thu Jan  1 00:00:00
2009
0: system.remote_gdb.listener: listening for remote gdb #0 on port 7000
**** REAL SIMULATION ****
info: Entering event queue @ 0.  Starting simulation...
          After this line nothing dispalyed. When I press* ctrl + c *it
display following lines.

hack: be nice to actually delete the event here
Exiting @ cycle 8298660000 because user interrupt received

Please tell me, Whether this output is correct or not, and what to do after
starting simulation... line??
I am waiting for your reply.

Thank You




On Mon, Nov 8, 2010 at 2:13 PM, Gabe Black <[email protected]> wrote:

 On 11/08/10 11:37, Sudhanshu Bodawala wrote:

Hello Sir,

When I run following line to check all benchmarks available on my simulator
in sample - 1, It started but not shows exact output..I think that *bold*and
*underline* lines are errors in sample - 1.
when I run sample program to check alpha full system mode after changing
path in *SysPaths.py* it gives me output like *sample - 2.* I think that
is also incorrect and default output.
please help me. I don't know what to do.

*sample - 1*
**
 m5 ]$ ./build/ALPHA_FS/m5.opt configs/examples/fs.py -h


This is a typo, it's example not examples. You should check for simple
errors like this before mailing the list.


 M5 Simulator System

Copyright (c) 2001-2008
The Regents of The University of Michigan
All Rights Reserved

**
M5 compiled Sep 29 2010 15:49:10
*M5 revision ae58aacfab8f 7690 default tip
*M5 started Nov  8 2010 13:15:15
M5 executing on leif.cs.lamar.edu
command line: ./build/ALPHA_FS/m5.opt configs/examples/fs.py -h
*Script configs/examples/fs.py not found
*Usage
=====
  m5.opt [m5 options] script.py [script options]

 Copyright (c) 2001-2008 The Regents of The University of Michigan All
Rights
Reserved
options
=======
*sample - 2*
**
$ build/ALPHA_FS/m5.debug -d /tmp/output configs/example/fs.py
M5 Simulator System
Copyright (c) 2001-2008
The Regents of The University of Michigan
All Rights Reserved

M5 compiled Oct 14 2010 13:15:07
*M5 revision ae58aacfab8f 7690 default tip
*M5 started Nov  8 2010 13:29:33
M5 executing on leif.cs.lamar.edu
command line: build/ALPHA_FS/m5.debug -d /tmp/output configs/example/fs.py
Global frequency set at 1000000000000 ticks per second
info: kernel located at:
/home/sudhanshub/m5/m5/system/linux-dist/binaries/vmlinux
fatal: Could not load kernel file
/home/sudhanshub/m5/m5/system/linux-dist/binaries/vmlinux


Check that the kernel is actually at this location and is called what you
think it is, has the right permissions, etc.

  @ cycle 0
[System:build/ALPHA_FS/sim/system.cc, line 110]
Memory Usage: 278080 KBytes
For more information see: http://www.m5sim.org/fatal/406aceb6


_______________________________________________
m5-users mailing [email protected]http://m5sim.org/cgi-bin/mailman/listinfo/m5-users



_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users




_______________________________________________
m5-users mailing list
[email protected]
http://m5sim.org/cgi-bin/mailman/listinfo/m5-users

Reply via email to