Advertisement
sycrane

Hello world for RTEMS

Apr 17th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. --- a/testsuites/samples/hello/init.c 2009-10-02 19:50:39.000000000 +0800
  2. +++ b/testsuites/samples/hello/init.c 2013-03-09 08:06:50.369814903 +0800
  3. @@ -29,9 +29,10 @@
  4. rtems_task_argument ignored
  5. )
  6. {
  7. - printf( "\n\n*** HELLO WORLD TEST ***\n" );
  8. - printf( "Hello World\n" );
  9. - printf( "*** END OF HELLO WORLD TEST ***\n" );
  10. + printf( "\n\n*** GSOC HELLO WORLD TEST ***\n" );
  11. + printf( "This is Andy Jin's Hello World\n" );
  12. + printf( "Welcom to RTEMS and Google Summer of Code 2013\n" );
  13. + printf( "*** END OF GSOC HELLO WORLD TEST ***\n" );
  14. exit( 0 );
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement