aboutsummaryrefslogtreecommitdiffstats
path: root/initrd/init
diff options
context:
space:
mode:
Diffstat (limited to 'initrd/init')
-rw-r--r--initrd/init11
1 files changed, 3 insertions, 8 deletions
diff --git a/initrd/init b/initrd/init
index 7359f16..13e5876 100644
--- a/initrd/init
+++ b/initrd/init
@@ -1,8 +1,3 @@
-while (1) {
- print("> ")
- input = gets()
- answer = solve(input)
- print("\n")
- print(answer)
- print("\n")
-}
+choice = filemenu
+print("\nChoice: ")
+print(choice)