<div dir="ltr">Hi Gedare,<div><br><div>Thank you for your response. I have sent an email with the screenshot attached that shows the hello world example running in the SIS simulator.</div><div><br></div><div>Regards,</div><div>Ruturaj Nanoti</div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Mar 7, 2023 at 9:44 PM Gedare Bloom <<a href="mailto:gedare@rtems.org">gedare@rtems.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Thanks. Please email me and <a href="mailto:joel@rtems.org" target="_blank">joel@rtems.org</a> directly with a screenshot<br>
that shows you can run this modified hello world.<br>
<br>
On Mon, Mar 6, 2023 at 9:51 PM Ruturaj Nanoti <<a href="mailto:nanotiruturaj@gmail.com" target="_blank">nanotiruturaj@gmail.com</a>> wrote:<br>
><br>
> Changed the message printed out in the hello testsuite from<br>
> `Hello World` to `Hello RTEMS, from Ruturaj Nanoti!!` to<br>
> demonstrate the ability to work with the RTEMS project.<br>
> ---<br>
>  testsuites/samples/hello/init.c | 3 ++-<br>
>  1 file changed, 2 insertions(+), 1 deletion(-)<br>
><br>
> diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c<br>
> index 83f6342ab3..2faff4a1ec 100644<br>
> --- a/testsuites/samples/hello/init.c<br>
> +++ b/testsuites/samples/hello/init.c<br>
> @@ -41,7 +41,8 @@ static rtems_task Init(<br>
>  {<br>
>    rtems_print_printer_fprintf_putc(&rtems_test_printer);<br>
>    TEST_BEGIN();<br>
> -  printf( "Hello World\n" );<br>
> +  /* printf( "Hello World\n" ); */<br>
> +  printf( "Hello RTEMS, from Ruturaj Nanoti!!\n" );<br>
>    TEST_END();<br>
>    rtems_test_exit( 0 );<br>
>  }<br>
> --<br>
> 2.34.1<br>
><br>
> _______________________________________________<br>
> devel mailing list<br>
> <a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>