Re: [PATCH 1/1] testsuites/samples/hello/init.c: Modify the message in printf call

2023-03-07 Thread Ruturaj nanoti
Hi Gedare, 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. Regards, Ruturaj Nanoti On Tue, Mar 7, 2023 at 9:44 PM Gedare Bloom wrote: > Thanks. Please email me and j...@rtems.org directly with a scr

Re: [PATCH 1/1] testsuites/samples/hello/init.c: Modify the message in printf call

2023-03-07 Thread Gedare Bloom
Thanks. Please email me and j...@rtems.org directly with a screenshot that shows you can run this modified hello world. On Mon, Mar 6, 2023 at 9:51 PM Ruturaj Nanoti wrote: > > Changed the message printed out in the hello testsuite from > `Hello World` to `Hello RTEMS, from Ruturaj Nanoti!!` to >

[PATCH 1/1] testsuites/samples/hello/init.c: Modify the message in printf call

2023-03-06 Thread Ruturaj Nanoti
Changed the message printed out in the hello testsuite from `Hello World` to `Hello RTEMS, from Ruturaj Nanoti!!` to demonstrate the ability to work with the RTEMS project. --- testsuites/samples/hello/init.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testsuites/samples/