Hello sir,

I am Vijay K. Banerjee , a 2nd year student of Computer Science and
Engineering from India .
I have knowledge of C/C++ and very much interested in contributing to the
project .
I have done the initial hello world task .
Please guide me in selecting  a project and doing further study to progress
towards contributing .

Thanks
Vijay K.

P.S: I have attached the patch file
From c200a01cd9606c54b6106ba09386cc1afa086cd9 Mon Sep 17 00:00:00 2001
From: thelunatic <vijaykumar9...@gmail.com>
Date: Tue, 23 Jan 2018 14:46:51 +0530
Subject: [PATCH] vijay's hello world

---
 testsuites/samples/hello/hello.scn | 6 ++++--
 testsuites/samples/hello/init.c    | 1 +
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/testsuites/samples/hello/hello.scn b/testsuites/samples/hello/hello.scn
index d9e92d81d5..86048befcc 100644
--- a/testsuites/samples/hello/hello.scn
+++ b/testsuites/samples/hello/hello.scn
@@ -1,3 +1,5 @@
-*** HELLO WORLD TEST ***
+***Vijay's  HELLO WORLD TEST ***
 Hello World
-*** END OF HELLO WORLD TEST ***
+This is Vijay Kumar Banerjee
+
+*** END OF Vijay's  HELLO WORLD TEST ***
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 34ded37c55..530aeef11c 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -23,6 +23,7 @@ static rtems_task Init(
   rtems_print_printer_fprintf_putc(&rtems_test_printer);
   TEST_BEGIN();
   printf( "Hello World\n" );
+  printf("This is Vijay Kumar Banerjee");
   TEST_END();
   rtems_test_exit( 0 );
 }
-- 
2.14.3

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

Reply via email to