# console elf/el2
run:
	cp fat_template.img mona.img
	../fat_write mona.img AUTOEXEC1.MSH AUTOEXEC.MSH
	../fat_write mona.img TEST.EL2 /APPS/TEST.EL2
	qemu -L . -m 32 -fda mona.img -localtime

# MonaForms Application
run2:
	cp fat_template.img mona.img
	../fat_write mona.img AUTOEXEC2.MSH AUTOEXEC.MSH
	../fat_write mona.img MONAGUI.INI MONAGUI.INI
	../fat_write mona.img TEST.EX2 /APPS/MONAFRMS/TEST.EX2
	qemu -L . -m 32 -fda mona.img -localtime

# BayGUI Application
run3:
	cp fat_template.img mona.img
	../fat_write mona.img AUTOEXEC3.MSH AUTOEXEC.MSH
	../fat_write mona.img BAYGUI.INI BAYGUI.INI
	../fat_write mona.img TEST.EX5 /APPS/BAYGUI/TEST.EX5
	qemu -L . -m 32 -fda mona.img -localtime
