Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 1357 → Rev 1356

/demos/trunk/base/fly2.c
File deleted
/demos/trunk/base/makefile
11,7 → 11,7
PROGS += aster aster1 aster2 aster3 aster4 aster5 aster6 aster7 aster8
PROGS += pcidemo talk mousfind keycode memtest
PROGS += jointest condtest intsem semdemo pidemo pcdemo srpdemo mdemo
PROGS += ego fly fly2 cabs sched newpcidemo
PROGS += ego fly cabs sched newpcidemo
 
include $(BASE)/config/example.mk
 
106,9 → 106,6
fly:
make -f $(SUBMAKE) APP=fly INIT= OTHEROBJS="initfile.o" OTHERINCL= SHARKOPT="__OLDCHAR__ __GRX__"
 
fly2:
make -f $(SUBMAKE) APP=fly2 INIT= OTHEROBJS="initfile.o" OTHERINCL= SHARKOPT="__OLDCHAR__ __GRX__"
 
cabs:
make -f $(SUBMAKE) APP=cabs INIT= OTHEROBJS="initfile.o" OTHERINCL= SHARKOPT="__OLDCHAR__ __GRX__"
 
/demos/trunk/base/readme
36,7 → 36,6
 
Graphical demos:
- fly.c --> Random flies going around the screen
- fly2.c --> fly.c + the fly can die after a while and be recreated
- ego.c --> Periodic tasks that writes a phrease on the screen
- cabs.c --> Example that uses cabs
- sched.c --> Scheduling example (mouse, EDF, RM, DS, PS, TBS)