aboutsummaryrefslogtreecommitdiffstats
path: root/initrd/init2
diff options
context:
space:
mode:
Diffstat (limited to 'initrd/init2')
-rw-r--r--initrd/init221
1 files changed, 21 insertions, 0 deletions
diff --git a/initrd/init2 b/initrd/init2
new file mode 100644
index 0000000..47dbae1
--- /dev/null
+++ b/initrd/init2
@@ -0,0 +1,21 @@
+do
+ getkey > input
+ print input
+ delay 1000
+while (1)
+
+#do
+# getkey > input
+# if (input & 4)
+# rand 479 > x
+# rand 319 > y
+# rand 479 > i
+# rand 319 > j
+# rand 32767 > purple
+#
+# line x y i j purple
+# end
+#while (1)
+#
+#print "done"
+