summaryrefslogtreecommitdiffstats
path: root/private/ntos/init/hello.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--private/ntos/init/hello.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/private/ntos/init/hello.c b/private/ntos/init/hello.c
new file mode 100644
index 000000000..02f1f7ec3
--- /dev/null
+++ b/private/ntos/init/hello.c
@@ -0,0 +1,8 @@
+
+#include <nt.h>
+
+main()
+{
+ DbgPrint("Hisssssssssssssssss, Viper Lives\n");
+ DbgBreakPoint();
+}