Subject: Wampes on IBM/RT (AOS)

Hi Dieter, 

I am finished with my port of wampes to the IBM RT running AOS.
It basically consists of two parts, a tar file which creates
an extra subdirectory called 'aos' which consist of a few library
functions that are used by wampes, but are not supplied by AOS.
Most of these are a quick port from FreeBSD. The second part is
a patchfile for the rest of wampes, it will make all the nessesary
updates to the source.  All AOS specific updates are ifdef'ed.
I have in fact tried to recompile the whole lot on AIX V3 (RS6K)
and it still works with all the AOS patches on.  There is one place
where I have made a mod to the wampes code, and that is in n8250.c 
where it allows for a device to be a tcp/ip socket.  I have added
some code that it will also listen on the port given, so that 
it can act as primary as well as secondary.  It is also fair to
say that I have not put much efford into ttydriv.c it contains
quite a few device specific things, and I have not implemented
all of those for the ibm6153 terminal.  I do not know how many 
people in the field would use an ibm6153.  

What is required on the IBM RT is:

1)  AOS 
2)  patchkit for AOS as available on various internet ftp sites
3)  gnu make
4)  gnu patch
5)  gnu gcc (2.5.7)
6)  one line 'uname' shell script that echo's AOS
7)  ksh (for the configure script)

I have stored my updates on ftp.acci.com.au:/pub/aos, and will also
upload them to ucsd.edu:/incoming. 

The files are: 

wampes-ibm032.patch.gz  -- patch file
wampes-ibm032.tar.gz    -- aos library

All the patches are based on wampes-931106 and should be applied 
as following:

mkdir wampes
cd wampes 
tar -xf /tmp/wampes-931106.tar
tar -xf /tmp/wampes-ibm032.tar
patch -p1 < /tmp/wampes-ibm032.patch
make

Thats all.

Regards, Jan Jaeger PA3EFU/VK3CEX.  (janj@acci.com.au)