<div dir="ltr">Hello Everyone,<br><br>My name is Muhammad Sulthan Mazaya and I am writing to express my interest in contributing to RTEMS under the GSoC program. I have completed the installations and preliminary tasks, including the HelloWorld task (patch and screenshot attached). I am specifically interested in working on #4593 to add support for the <a href="http://renode.io/" target="_blank">renode.io</a> Simulator (<a href="https://devel.rtems.org/ticket/4593" target="_blank">https://devel.rtems.org/ticket/4593</a>) and #4880 to build a List Visualization feature for RTEMS (<a href="https://devel.rtems.org/ticket/4880" target="_blank">https://devel.rtems.org/ticket/4880</a>).<br><br>I would greatly appreciate any guidance or mentorship you can provide as I embark on my GSoC journey. Thank you for your time and consideration.<br><br>---<br> testsuites/samples/hello/init.c | 2 +-<br> 1 file changed, 1 insertion(+), 1 deletion(-)<br><br>diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c<br>index 83f6342ab3..cd702c6f04 100644<br>--- a/testsuites/samples/hello/init.c<br>+++ b/testsuites/samples/hello/init.c<br>@@ -41,7 +41,7 @@ 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 From the Dark Side >:D\n" );<br>   TEST_END();<br>   rtems_test_exit( 0 );<br> }<br>-- <br>2.34.1<br><br><img src="cid:ii_lfm03vg00" alt="image (2) (1).png" width="542" height="239"><br></div>