blob: 1c3ebef7da3e32d2967317fe1cb19d6a9d485954 [file] [log] [blame]
adamdunkelsec09d9b2004-07-04 11:23:38 +00001This is the source code for the Contiki desktop environment, which is
2a modern Internet-enabled desktop environment for the Commodore 64 and
3a bunch of other systems written by Adam Dunkels. The Contiki desktop
4environment includes a simple window system and GUI, TCP/IP
5networking, a web server, a telnet client, and a web browser. Contiki
6is written in C and is compiled with Ullrich von Bassewitz' cc65 C
7compiler.
adamdunkelsca9ddcb2003-03-19 14:13:31 +00008
9More information about the Contiki desktop environment can be found on
10its web page:
11
adamdunkelsec09d9b2004-07-04 11:23:38 +000012 http://dunkels.com/adam/contiki/
13
14The cc65 C compiler can be found on the cc65 web page:
15
16 http://www.cc65.org/
adamdunkelsca9ddcb2003-03-19 14:13:31 +000017
18The Contiki desktop environment source code is divided into the
19following directories:
20
21 apps/ - the Contiki applications
adamdunkelsec09d9b2004-07-04 11:23:38 +000022 ctk/ - the ctk conio windowing toolkit on which Contiki builds
23 ek/ - the ek event kernel and the dispatcher
adamdunkelsca9ddcb2003-03-19 14:13:31 +000024 lib/ - various library files
25 uip/ - the uIP TCP/IP stack
26
adamdunkelsec09d9b2004-07-04 11:23:38 +000027To build the Contiki desktop environment from sources, GNU make and
28cc65 must be installed.