-
Notifications
You must be signed in to change notification settings - Fork 5
Contiki OS for the C64 comes in three formats:
- Three 171kB 1541 disk images (contiki-c64-1.d64, contiki-c64-2.d64 and contiki-c64-3.d64).
- One 342kB 1571 disk image (contiki-c64.d71).
- One 800kB 1581 disk image (contiki-c64.d81).
All five disk images are contained in the contiki-c64.zip file.
Contiki OS for the C64 supports the RR-Net and the ETH64 Ethernet devices.
By default a standard 1351 mouse is supported. By renaming an alternative mouse driver to CONTIKI.MOU a different mouse can be supported (INKWELL.MOU for an Inkwell Systems lightpen, JOY.MOU for a standard joystick, e.g. a 1350 mouse and POT.MOU for a potentiometer device, e.g. a Koala Pad).
Programs:
-
ETHCONFIG
Needs to be run once on every disk (image) in order to select the Ethernet device to use. -
IPCONFIG
Needs to be run once on every disk (image) in order to configure the Contiki TCP/IP stack. Both manual configuration and automatic configuration via DHCP is possible. UseRequest IP Address
for the latter. -
WEBBROWSER
Text-based web browser with mouse support. Offers to exec WGET for non-HTML content. Quits onCtrl
+C
. -
WEBBROWSER80
Text-based web browser with mouse support and software driven 80 columns. Offers to exec WGET for non-HTML content. Quits onCtrl
+C
. -
WGET
Downloads content from a web server and saves it as file on the disk (image). -
IRC
Bare bones Internet Relay Chat client. Quits onCtrl
+C
. -
IRC80
Bare bones Internet Relay Chat client with software driven 80 columns. Quits onCtrl
+C
. -
WEBSERVER
Web server for static web pages. Just place *.HTM, *.CSS, *.PNG, *.GIF and *.JPG files on the disk (image) to have them served. -
TELNETD
Telnet daemon providing access to a simple shell for a Telnet client like PuTTY. In the shell you can typehelp
to get a list of commands and use the pipe operator|
to provide the output of one command as input to another command (e.g.wget www.google.com | write google.htm
).