all:	
	cd kernel; 	make
	cd fs;		make
	cd mm;		make	
	cd ../tools;	make net

