GSoC: Hello World Patch

Kamlesh Bharodiya brkamleshg678 at gmail.com
Mon Mar 28 18:10:19 UTC 2022


Hi,

I would like to participate in the GSoC 2022 Program. I have built and run
the Hello World Program. Please find below: (also attaching the patch)

commit bdd1ae76926135fbadc7920eefe6a303342e4a19 (HEAD -> master)
Author: Kamlesh_Bharodiya <brkamleshg678 at gmail.com>
Date:   Sun Mar 27 22:22:47 2022 +0530

[GSoC Entry] Modified Hello World Test

diff --git a/testsuites/samples/hello/init.c
b/testsuites/samples/hello/init.c
index 34ded37c55..f4288833f9 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 to the World of RTEMS\n" );
   TEST_END();
   rtems_test_exit( 0 );
 }

Regards,
Kamlesh


More information about the devel mailing list