[PATCH 1/1] Modify hello world sample for GSoC task

2024-03-20 Thread Abhinav Srivastava
--- 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 83f6342ab3..f1c5983ad2 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/hello/init.c @@ -41,7 +41,7

Re: GSOC Task

2024-03-12 Thread Gedare Bloom
Thanks. Please add yourself to the table at https://devel.rtems.org/wiki/GSoC/2024 and (continue to) discuss your project ideas here/Discord. On Tue, Mar 12, 2024 at 2:10 PM Matheus Pecoraro wrote: > > Hello, I am a fresh graduate from Brazil. I have developed a simple > x86_64 kernel in Rust in

GSOC Task

2024-03-12 Thread Matheus Pecoraro
Hello, I am a fresh graduate from Brazil. I have developed a simple x86_64 kernel in Rust in my free time and thus I am interested in the x86_64 BSP project. Although I did manage to compile the x86_64 BSP, the hello.exe test was hanging, so I did the task with the i386 BSP. I definitely need to