uab for au/x?

William Roberts liam at cs.qmw.ac.uk
Tue Feb 20 05:31:46 AEST 1990


In article <1990Feb15.173611.22279 at athena.mit.edu> crowston at athena.mit.edu (Kevin Crowston) writes:
>1.  Has anyone made uab work on AU/X?
>2.  Anyone have an suggestions about getting the necessary include files?
>3.  Would getting the AU/X AppleTalk stuff help?

You may have noticed a complete absence of all the usual tiny
.c files that get complied up and linked together when you
build a Sun kernel. Instead, A/UX has a number of big lumps
with names like nfs, bnet and so on. The lump called bnet
includes the protocol switch tables, but they don't give you
access to it (though there may be some spare spaces in there).
In any case, the device drivers kit version of an Ethernet
Driver makes it clear that the driver does a switch on the
Ethernet packet type (Sorry, 802.3 packet length field) and
throws away any packets that are not the right length;
including 0x809b EtherTalk packets!

The best suggestion is to get the A/UX AppleTalk stuff - this
will include a replacement Ethernet driver (I'd imagine) and
then you can junk a lot of the lower layers of the CAP
libraries and have genuine Apple streams drivers do it instead.
-- 

William Roberts                 ARPA: liam at cs.qmw.ac.uk
Queen Mary & Westfield College  UUCP: liam at qmw-cs.UUCP
Mile End Road                   AppleLink: UK0087
LONDON, E1 4NS, UK              Tel:  01-975 5250 (Fax: 01-980 6533)



More information about the Comp.unix.aux mailing list