[GSoC-Entry PATCH] RTEMS port for Raspberry pi 4 AArch64

Noor Aman nooraman5718 at gmail.com
Tue Mar 8 04:27:24 UTC 2022


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 );
 }


More information about the devel mailing list