[L4alpha-cvscommit] CVS: L4Alpha/user README,1.1.1.1,1.2
Status: Beta
Brought to you by:
dpotts
|
From: Daniel P. <dp...@us...> - 2002-01-03 02:14:42
|
Update of /cvsroot/l4alpha/L4Alpha/user In directory usw-pr-cvs1:/tmp/cvs-serv21437 Modified Files: README Log Message: Updated. Index: README =================================================================== RCS file: /cvsroot/l4alpha/L4Alpha/user/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 2000/10/18 05:29:17 1.1.1.1 --- README 2002/01/03 02:14:37 1.2 *************** *** 4,9 **** To compile, simply type on of the following in the root L4/Alpha directory: ! make l4ecdl.boot - to build an example application ECDL. ! make memstress.boot - to build a simple memory/pagefault test program ! make clans.boot - to build an ipc clans+chiefs test program --- 4,9 ---- To compile, simply type on of the following in the root L4/Alpha directory: ! make template-bootpfile ! ! see L4Alpha-apps project for other example programs. |