aboutsummaryrefslogtreecommitdiffstats
path: root/initrd/init
diff options
context:
space:
mode:
Diffstat (limited to 'initrd/init')
-rw-r--r--initrd/init4
1 files changed, 1 insertions, 3 deletions
diff --git a/initrd/init b/initrd/init
index 68ef07d..7592b4a 100644
--- a/initrd/init
+++ b/initrd/init
@@ -1,10 +1,8 @@
while (1) {
- rect(0, 0, 480, 300, 0)
- ppos(0, 0)
-
print("Free mem: ")
print(freemem())
print("\n")
choice = filemenu()
program(choice)
+ clear()
}