Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1124 → Rev 1085

/demos/branches/pj/oldexamples/stdio/initfs.c
File deleted
/demos/branches/pj/oldexamples/stdio/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/stdio/makefile
13,16 → 13,16
include $(BASE)/config/example.mk
 
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
 
test2:
make -f $(SUBMAKE) BASE=$(BASE) APP=test2 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) APP=test2 INIT=initfs.o OTHEROBJS=common.o
 
test3:
make -f $(SUBMAKE) BASE=$(BASE) APP=test3 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) APP=test3 INIT=initfs.o OTHEROBJS=common.o
 
test4:
make -f $(SUBMAKE) BASE=$(BASE) APP=test4 INIT=initfs.o OTHEROBJS=common.o
make -f $(SUBMAKE) APP=test4 INIT=initfs.o OTHEROBJS=common.o