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