| 221 | That is it ... you are done !! |
| 222 | |
| 223 | Lets list the contents of ''pf1'' directory: |
| 224 | |
| 225 | {{{ |
| 226 | $ ls |
| 227 | arch-info.bin bootloader.bin hdd-img.bin kernel-soclib.bin Makefile shrc tty0 tty1 tty2 tty3 |
| 228 | }}} |
| 229 | |
| 230 | As 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 |
| 234 | init: System Revision Info [Almos almix-v1.2 2011 tsar mipsel mips32] |
| 235 | init: Listening to signals 15, 1 |
| 236 | init: Connexion-Shell has been created [pid 2] |
| 237 | started |
| 238 | going to exec /bin/hello |
| 239 | ended |
| 240 | [/HOME/ROOT]>pid 3, tid 0, arg 0: Hello World !! |
| 241 | pid 3, tid 2, arg 1: Hello World !! |
| 242 | pid 3, tid 3, arg 2: Hello World !! |
| 243 | Main: thread #0 has finished with return value 0 |
| 244 | Main: thread #1 has finished with return value 1 |
| 245 | pid 3, tid 4, arg 3: Hello World !! |
| 246 | Main: thread #2 has finished with return value 2 |
| 247 | Main: thread #3 has finished with return value 3 |
| 248 | }}} |