From ce0fa0268a525e25a3413dcad2ccfe196a16ab18 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sat, 3 Nov 2018 16:37:55 +0100 Subject: [PATCH] Updated Home (markdown) --- Home.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index f71a1ad..53498ab 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,19 @@ -### Contiki \ No newline at end of file +Contiki OS for 6502 based computers is available for four target systems. **Select one of the following links for more information on download and usage** (or learn more on the [[history]] of Contiki OS): +- The [[C64]] +- The [[C128]] (VDC) +- The [[Apple II]] +- The [[ATARI]] XL + +Contiki requires Ethernet hardware. There's no support for TCP/IP over serial connections whatsoever in the standard build. There's experimental support for SLIP instead of Ethernet when building with the environment variable `SLIP` defined. + +On the C64 and the C128 there are two supported Ethernet carts: +- The [RR-Net](http://wiki.icomp.de/wiki/RR-Net) - emulated by [VICE](http://vice-emu.sourceforge.net/) +- The [ETH64](https://www.ide64.org/eth64.html) + +On the Apple II there are three supported Ethernet cards: +- The [Uthernet](https://web.archive.org/web/20150323031638/http://a2retrosystems.com/products.htm) - emulated by [AppleWin](https://github.com/AppleWin/AppleWin) and [GSport](https://david-schmidt.github.io/gsport/) +- The [LANceGS](https://web.archive.org/web/20010331001718/http://lancegs.a2central.com:80/) +- The [Uthernet II](http://a2retrosystems.com/products.htm) + +On the ATARI XL there is one supported Ethernet cart: +- The [Dragon Cart](https://www.atari8ethernet.com/) - emulated by [Altirra](http://www.virtualdub.org/altirra.html)