Dear Mentors, I am attaching the screenshot of the modified hello world output and also the patch of the changes made. Please let me know if this is the intended output.
I am interested in working on the Configuration GUI as my GSOC Project. Do I have to submit more changes on other platforms or would building on SPARC sis be sufficient for now? Also, I'd like to know what has to be done next? Thanks, Anand
--- init_old.c 2015-03-21 12:24:42.388111120 +0530 +++ init.c 2015-03-21 12:25:05.588111946 +0530 @@ -21,14 +21,14 @@ /* forward declarations to avoid warnings */ rtems_task Init(rtems_task_argument argument); -const char rtems_test_name[] = "HELLO WORLD"; +const char rtems_test_name[] = "GSOC 2015 HELLO WORLD"; rtems_task Init( rtems_task_argument ignored ) { rtems_test_begin(); - printf( "Hello World\n" ); + printf( "Hello World - by Anand Krishnan for GSOC 2015\n" ); rtems_test_end(); exit( 0 ); }
_______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel