[PATCH 1/1] Modify Init task to print a different message!

Gedare Bloom gedare at rtems.org
Fri Mar 24 03:13:50 UTC 2023


Thanks. Please discuss project ideas here (usually one email thread
per topic works best) or on discord.

I think there could be good interest in some FS-related improvements.

On Thu, Mar 23, 2023 at 4:32 PM David Gumberg <davidzgumberg at gmail.com> wrote:
>
> ---
>  hello.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hello.c b/hello.c
> index db0a724..8a080f1 100644
> --- a/hello.c
> +++ b/hello.c
> @@ -4,7 +4,7 @@
>
>  rtems_task Init(rtems_task_argument ignored)
>  {
> -               printf("\nHello world\n");
> +               printf("\nA very different hello world!\n");
>                 exit(0);
>  }
>
> --
> 2.39.2
>
> _______________________________________________
> devel mailing list
> devel at rtems.org
> http://lists.rtems.org/mailman/listinfo/devel


More information about the devel mailing list