Hello, This is my patch for qualifying the RTEMS GSoC program. I have
attached a screenshot to show the running modified hello world. I have
created an entry in the GSoC 2022 page too.


diff --git a/testsuites/samples/hello/init.c
b/testsuites/samples/hello/init.c
index 34ded37c55..5e2ec70adc 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -22,7 +22,7 @@ static rtems_task Init(
 {
   rtems_print_printer_fprintf_putc(&rtems_test_printer);
   TEST_BEGIN();
-  printf( "Hello World\n" );
+  printf( "Hello World from Mohd Noor Aman AKA katana-flinger\n" );
   TEST_END();
   rtems_test_exit( 0 );
 }
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to