This is the source code for version 1.1-rc0 the Contiki desktop
environment, which is a modern Internet-enabled desktop environment
for the Commodore 64 and a bunch of other systems written by Adam
Dunkels. The Contiki desktop environment includes a simple window
system and GUI, TCP/IP networking, a web server, a telnet client, and
a web browser. Contiki is written in C and the C64 version is compiled
with Ullrich von Bassewitz' cc65 C compiler. Version 2.9.2 or later of
cc65 is needed to compile Contiki.

More information about the Contiki desktop environment can be found on
its web page:

		   http://dunkels.com/adam/contiki/

The cc65 C compiler can be found on the cc65 web page:

			 http://www.cc65.org/

To compile the sources, go into the contiki-c64 directory and type
"make all", followed by "make d64". This will produce a D64 image
called contiki.d64 in the contiki-c64 directory. cc65 version 2.9.2 or
later and the c1541 utility from the C64 emulator Vice distribution
must be installed.
