Hi everyone,

     Myself Denil C Verghese, doing a degree in Bachelors of Technology.
I'm here because of two reasons. Foremost, I would like to be part of this
endeavor. Second, I want to be an intern as a part of GSoC.

I have done the hello world program mentioned at the wiki page and I have
attached the patch file with this mail. I not sure whether it is the
correct output or not. For some reason, I can't load the simulator by
executing 'tar sim' in gdb. Hence I used sis command with -gdb argument and
used 'tar remote:1234' to run the simulator. Is this enough?


Thanks to Jiri Gaisler for helping me out with the hello World program.



I would like to work on RTEMS Release Notes Generator
<https://devel.rtems.org/ticket/3314> or Improve the SMP scheduler with
arbitrary processor affinity support <https://devel.rtems.org/ticket/2510>.
It would be great if someone could guide me in selecting the project.


I'm ready to resolve any mistakes that I may make. Hoping that I would get
some guidance on how to be a part of this.


Thank You,

Denil C Verghese
From 70556b77c627a401f8ec350a683027d8895cb15f Mon Sep 17 00:00:00 2001
From: Denil Verghese <denilvergh...@gmail.com>
Date: Mon, 2 Mar 2020 21:36:34 +0530
Subject: [PATCH] Changing the Hello  World Program

Modified the hello world program as mentoned in the gsoc getting started page.
---
 testsuites/samples/hello/hello.scn | 2 +-
 testsuites/samples/hello/init.c    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/testsuites/samples/hello/hello.scn b/testsuites/samples/hello/hello.scn
index d9e92d81d5..c7bd864bf3 100644
--- a/testsuites/samples/hello/hello.scn
+++ b/testsuites/samples/hello/hello.scn
@@ -1,3 +1,3 @@
 *** HELLO WORLD TEST ***
-Hello World
+This is a modification for Testing
 *** END OF HELLO WORLD TEST ***
diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 34ded37c55..0c221bef70 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( "This is a modification for Testing\n" );
   TEST_END();
   rtems_test_exit( 0 );
 }
-- 
2.24.1

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

Reply via email to