Hello
I was exploring
Ticket no 2966 - POSIX Compilance,
.
And after an off-list discussion with Dr Joel, I would like to work further
on this.
.
For the first step I have successfully build RTEMS on my system and made
changes to hello/init.c , below is the screenshot for my hello world task:
[image: Screenshot from 2019-03-08 23-58-21.png]
PATCH:
From 45f4e09ceeeb841f6208e7a311b61c69448f3b5d Mon Sep 17 00:00:00 2001
From: Vaibhav Gupta <vaibhavgupt...@gmail.com>
Date: Fri, 8 Mar 2019 23:39:44 +0530
Subject: [PATCH] Complete Hello World Challenge

---
 testsuites/samples/hello/init.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c
index 34ded37c55..d2d935b985 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( "\n\tHello World, my name is Vaibhav Gupta\n\t\tPseudonym: VARoDeK\n" );
   TEST_END();
   rtems_test_exit( 0 );
 }
-- 
2.20.1

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

Reply via email to