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

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