l4ka-pistachio/user
Jan Stoess f85d2ee02f Allow compilation in pure c. 2010-07-12 19:47:30 +02:00
..
Mk Allow sigma0.h to be used from pure C. Kudos to Вульф амовски. 2010-07-12 18:18:01 +02:00
apps -PPC: implement uart discovery at user-level 2010-07-06 19:43:10 +02:00
contrib Added missing headers 2010-03-03 10:26:26 +01:00
include Allow compilation in pure c. 2010-07-12 19:47:30 +02:00
lib -PPC: implement uart discovery at user-level 2010-07-06 19:43:10 +02:00
serv Huge patchset with 2 new features: 2010-03-01 23:33:11 +01:00
util - Small serial console fixes 2010-07-12 16:23:20 +02:00
INSTALL Initial repository adapted to hg 2007-07-06 12:24:13 +02:00
Makefile.in Huge patchset with 2 new features: 2010-03-01 23:33:11 +01:00
README.HG Initial repository adapted to hg 2007-07-06 12:24:13 +02:00
config.mk.in - Add KERNEL to config variables 2007-11-15 14:49:49 +01:00
configure.in Added support for PPC440 processors, including full-virtualization capabilities 2010-03-16 10:38:11 +01:00
install-sh Initial repository adapted to hg 2007-07-06 12:24:13 +02:00

README.HG

Build Requirements
==================

If you obtained this version of Pistachio directly from the Mercurial
repository, you will need the following tools in order to build the
Pistachio user-level libraries and applications/servers:

   o autoheader
   o autoconf

Version 2.53 of the above mentioned tools are known to work, but older
versions of the tools might also produce correct output.  Once the
tools have been installed perform the following steps:

   1. Run `autoheader'.  This will create the file "config.h.in".

   2. Run `autoconf'.  This will create the file "configure".

You can now proceed with the remaining installation by following the
instructions given in the INSTALL file.