aboutsummaryrefslogtreecommitdiffstats
path: root/initrd/init
blob: feb01f8eee8c00abdb186c52bdd75d5f125d8f4e (plain)
1
2
3
4
5
6
7
8
9
while (1) {
	#tty(1)
	print("Free mem: ")
	print(freemem())
	print("\n")
	choice = filemenu()
	program(choice)
	clear()
}