plipbox: Amiga Driver Documentation

0. Changes

1. Supported Network Stacks

The following network stacks have been successfully tested with plipbox:

2. Setup Hints

2.1 Common Setup

2.2 AmiTCP

2.3 Genesis

2.4 MiamiDX

2.5 Roadshow

3. plipbox.device Configuration

While the plipbox.device is in general zero-config and needs no adjustement, you can control some options via a configuration file.

The text file needs to be called:

    ENV:SANA2/plipbox.config

Store your file in the environment archive to have it available after the next reboot, too:

    ENVARC:SANA2/plipbox.config

The following options are supported:

4. Build plipbox.device from Source

The AmiTCP-SDK-4.3 is available on Aminet - Enter directory amiga/src of this release - Build on your Mac or PC shell with:

    > make dist       build release files
    > make all        build without optimization
    > make opt        build with optimization
    > make clean      remove files of current build
    > make clean_dist remove all build files

EOF