aboutsummaryrefslogtreecommitdiffstats
path: root/initrd/init
blob: 68ef07d2567303b087c6232ef6433149a4d4d872 (plain)
1
2
3
4
5
6
7
8
9
10
while (1) {
	rect(0, 0, 480, 300, 0)
	ppos(0, 0)

	print("Free mem: ")
	print(freemem())
	print("\n")
	choice = filemenu()
	program(choice)
}