Changes between Version 20 and Version 21 of almosOnTsarDoc


Ignore:
Timestamp:
Aug 21, 2012, 4:48:59 PM (12 years ago)
Author:
almaless
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • almosOnTsarDoc

    v20 v21  
    219219}}}
    220220
     221That is it ... you are done !!
     222
     223Lets list the contents of ''pf1'' directory:
     224
     225{{{
     226$ ls
     227arch-info.bin  bootloader.bin  hdd-img.bin  kernel-soclib.bin  Makefile  shrc  tty0  tty1  tty2  tty3
     228}}}
     229
     230As you can see, there is ''tty![0-3]'' new files. They are the result of the redirection of simulator's ttys output into these files.
     231
     232{{{
     233$ cat tty0
     234init: System Revision Info [Almos almix-v1.2 2011 tsar mipsel mips32]
     235init: Listening to signals 15, 1
     236init: Connexion-Shell has been created [pid 2]
     237started
     238going to exec /bin/hello
     239ended
     240[/HOME/ROOT]>pid 3, tid 0, arg 0: Hello World !!
     241pid 3, tid 2, arg 1: Hello World !!
     242pid 3, tid 3, arg 2: Hello World !!
     243Main: thread #0 has finished with return value 0
     244Main: thread #1 has finished with return value 1
     245pid 3, tid 4, arg 3: Hello World !!
     246Main: thread #2 has finished with return value 2
     247Main: thread #3 has finished with return value 3
     248}}}