2013-03-26 13:09:49 +01:00
|
|
|
Apple II
|
|
|
|
========
|
|
|
|
|
2007-11-28 18:55:43 +01:00
|
|
|
The platform/apple2enh/ directory is used for targeting an Enhanced Apple //e
|
|
|
|
(or compatible) computer. Most things are shared between the 6502-based targets
|
2013-07-31 00:55:31 +02:00
|
|
|
so please consult cpu/6502/README.md for further details.
|
2007-11-28 18:55:43 +01:00
|
|
|
|
|
|
|
The following Apple II Ethernet cards are supported:
|
2008-06-13 00:45:17 +02:00
|
|
|
|
2014-03-15 16:56:08 +01:00
|
|
|
- Uthernet: Use driver cs8900a.eth with address $C0x0 (x = 8 + slot number).
|
|
|
|
- Uthernet II: Use driver w5100.eth with address $C0x4 (x = 8 + slot number).
|
|
|
|
- LANceGS: Use driver lan91c96.eth with address $C0x0 (x = 8 + slot number).
|
2007-11-28 18:55:43 +01:00
|
|
|
|
|
|
|
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
|
2013-01-29 22:44:37 +01:00
|
|
|
Uthernet card in slot 3. It is available at http://applewin.berlios.de/.
|
2008-06-13 00:45:17 +02:00
|
|
|
|
|
|
|
The 'disk' make goal requires AppleCommander 1.3.5 or later. It is available at
|
|
|
|
http://applecommander.sourceforge.net/.
|
|
|
|
|
|
|
|
The apple2enh target supports a PFS that requires much less RAM than the POSIX
|
|
|
|
file system. However this benefit comes with the following restrictions:
|
|
|
|
|
|
|
|
- Only one file may be open at the same time.
|
|
|
|
- Only read operations are supported but no write operations.
|
|
|
|
- The files must be located in the same directory the application is located in
|
|
|
|
(the ProDOS prefix may very well point to another directory).
|
|
|
|
- The network MTU size must be set at least to 1265 (the default is 1500).
|
|
|
|
- No network function may be called while a file is open.
|