Hello,
My name is Harshit Kumar Shivhare. I have interests in low level programming and how things work under the hood.
I’ve completed GSOC getting started guide.
- Host: Void Linux,
- Built: 7/rtems,
- BSP: [i386/pc386],
- Modified source in testsuites and created patch,
- Tested in qemu,
Screenshot
Patch
file: 0001-hello-init.c-changed-message-in-test.patch
From 68e248a6a3f491acb1e20e6801b50284713406c5 Mon Sep 17 00:00:00 2001
From: Harshit Kumar Shivhare <harshit.shivhare002@gmail.com>
Date: Thu, 1 Jan 2026 23:26:38 +0530
Subject: [PATCH] hello/init.c: changed message in test
---
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 c9f07118c5..4f645e362b 100644
--- a/testsuites/samples/hello/init.c
+++ b/testsuites/samples/hello/init.c
@@ -43,7 +43,7 @@ static rtems_task Init(
rtems_print_printer_fprintf_putc(&rtems_test_printer);
TEST_BEGIN();
- printf( "Hello World\n" );
+ printf( "helloooooo brotherrrrrr\n" );
TEST_END();
rtems_test_exit( 0 );
}
--
2.51.2
