aboutsummaryrefslogtreecommitdiffstats
path: root/initrd/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'initrd/init.c')
-rw-r--r--initrd/init.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/initrd/init.c b/initrd/init.c
deleted file mode 100644
index 5ff4ae5..0000000
--- a/initrd/init.c
+++ /dev/null
@@ -1,14 +0,0 @@
-/**
- * @file test.c
- * Basic userland code to be loaded by stmos for program load testing.
- */
-
-#include <stdio.h>
-
-int main(void)
-{
- printf("Hello, world!\n");
- while (1);
- return 0;
-}
-