Hello everyone,

I am Daman from Bits Pilani, K K Birla Campus Goa, India. I am very
interested in working with your organization for GSoC 2021. I have followed
the GSoC Getting Started Guide
<https://docs.rtems.org/branches/master/user/start/gsoc.html>  and was
successfully able to build and change the 'hello' test case.(screenshots
and patch attached).
It would be a great help if you could guide me how to proceed further.

Thanks & Regards,
Daman Bir Singh
From 0b723c66ab3d86b16394d167f1facb1ece91d713 Mon Sep 17 00:00:00 2001
From: Daman Bir Singh <damanbirsing...@gmail.com>
Date: Sat, 13 Mar 2021 11:01:24 +0530
Subject: [PATCH] GSoC initial Work Proof

---
 testsuites/samples/hello/hello.scn | 3 ++-
 testsuites/samples/hello/init.c    | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/testsuites/samples/hello/hello.scn b/testsuites/samples/hello/hello.scn
index d9e92d81d5..e9fc49520f 100644
--- a/testsuites/samples/hello/hello.scn
+++ b/testsuites/samples/hello/hello.scn
@@ -1,3 +1,4 @@
 *** HELLO WORLD TEST ***
-Hello World
+Hello from the Dark Side
+By Daman Bir Singh, GSoC 2021 applicant
 *** END OF HELLO WORLD TEST ***
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 34ded37c55..dc79226f42 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -22,7 +22,8 @@ static rtems_task Init(
 {
   rtems_print_printer_fprintf_putc(&rtems_test_printer);
   TEST_BEGIN();
-  printf( "Hello World\n" );
+  printf( "Hello from the Dark Side\n" );
+  printf( "By Daman Bir Singh, GSoC 2021 applicant\n");
   TEST_END();
   rtems_test_exit( 0 );
 }
-- 
2.30.1

_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to