Minor README updates.

This commit is contained in:
Oliver Schmidt 2013-01-29 22:44:37 +01:00
parent 1a5e20bc5f
commit e88997b71c
2 changed files with 4 additions and 4 deletions

View File

@ -15,7 +15,7 @@ configuration file (by default named contiki.cfg). It has the following format:
An online Contiki configuration file generator is available at two sites:
- http://www.a2retrosystems.com/contiki.html
- http://www.cbm8bit.com/contiki/
- http://contiki.cbm8bit.com/
The build for 6502-based machines includes the 'disk' make goal which creates a

View File

@ -5,13 +5,13 @@ so please consult cpu/6502/README for further details.
The following Apple II Ethernet cards are supported:
- Uther: Use driver cs8900a.eth with address $C0x0 (x = 8 + slot number).
- LANceGS: Use driver lan91c96.eth with address $C0x0 (x = 8 + slot number).
- Uthernet: Use driver cs8900a.eth with address $C0x0 (x = 8 + slot number).
- LANceGS: Use driver lan91c96.eth with address $C0x0 (x = 8 + slot number).
In most cases it is desirable to use an emulator for the development and testing
of a Contiki application. AppleWin is especially well suited as it emulates the
Uther Ethernet card in slot 3. It is available at http://applewin.berlios.de/.
Uthernet card in slot 3. It is available at http://applewin.berlios.de/.
The 'disk' make goal requires AppleCommander 1.3.5 or later. It is available at