AUSAM/sys/other/tune/mk.c

char buf [15000];
main(){
	write(1,buf,15000);
}