Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1124 → Rev 1085

/demos/branches/pj/oldexamples/fs/initfs.c
File deleted
/demos/branches/pj/oldexamples/fs/common.c
112,6 → 112,7
extern void dump_nop_table(void);
//dump_sem_table();
//dump_nop_table();
//sys_status(SCHED_STATUS);
cprintf("CTRL-C pressed!\n");
sys_end();
}
/demos/branches/pj/oldexamples/fs/makefile
21,25 → 21,25
#
 
hello:
make -f $(SUBMAKE) BASE=$(BASE) APP=hello INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) APP=hello INIT=initfs.o OTHEROBJS=common.o
 
test0:
make -f $(SUBMAKE) BASE=$(BASE) APP=test0 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) APP=test0 INIT=initfs.o OTHEROBJS=common.o
 
test1:
make -f $(SUBMAKE) BASE=$(BASE) APP=test1 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) APP=test1 INIT=initfs.o OTHEROBJS=common.o
 
testu:
make -f $(SUBMAKE) BASE=$(BASE) APP=testu INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) APP=testu INIT=initfs.o OTHEROBJS=common.o
 
testw0:
make -f $(SUBMAKE) BASE=$(BASE) APP=testw0 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) APP=testw0 INIT=initfs.o OTHEROBJS=common.o
 
testw1:
make -f $(SUBMAKE) BASE=$(BASE) APP=testw1 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) APP=testw1 INIT=initfs.o OTHEROBJS=common.o
 
tree1:
make -f $(SUBMAKE) BASE=$(BASE) APP=tree1 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) APP=tree1 INIT=initfs.o OTHEROBJS=common.o
 
tree2:
make -f $(SUBMAKE) BASE=$(BASE) APP=tree2 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) APP=tree2 INIT=initfs.o OTHEROBJS=common.o