The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
* [TUHS] TCP/IP on a System III?
@ 2010-03-21 13:09 Oliver Lehmann
  2010-03-21 14:08 ` Jason Stevens
  0 siblings, 1 reply; 3+ messages in thread
From: Oliver Lehmann @ 2010-03-21 13:09 UTC (permalink / raw)


Hi,

has someone ever tried to grab the old BSD sources where TCP/IP showed up
first and tried to use them to implement TCP/IP support for an old SYSIII
UNIX (ZEUS comp.)?
I tried this but I got scared by so much things which would need to be
done, inter-process communication, pseudo terminal support are just the
"starting points" and at the end it is also the kinda old C compiler
which has problems with the BSD sources (#defs to long for the cpp for
example)...

Has someone experience with this kind of topic?

-- 
 Oliver Lehmann
  http://www.pofo.de/
  http://wishlist.ans-netz.de/
_______________________________________________
TUHS mailing list
TUHS at minnie.tuhs.org
https://minnie.tuhs.org/mailman/listinfo/tuhs



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [TUHS] TCP/IP on a System III?
  2010-03-21 13:09 [TUHS] TCP/IP on a System III? Oliver Lehmann
@ 2010-03-21 14:08 ` Jason Stevens
  2010-03-22  6:51   ` Oliver Lehmann
  0 siblings, 1 reply; 3+ messages in thread
From: Jason Stevens @ 2010-03-21 14:08 UTC (permalink / raw)


I was looking down this road for Xenix as a matter of fact, and looking
through some old news groups they all mention to use the free KA9Q stuff...

http://www.ka9q.net/code/ka9qnos/

<http://www.ka9q.net/code/ka9qnos/>I haven't even begun to look at what
needs to be done.....  But it's my understanding it's all done in user
space.

On Sun, Mar 21, 2010 at 9:09 AM, Oliver Lehmann <lehmann at ans-netz.de> wrote:

> Hi,
>
> has someone ever tried to grab the old BSD sources where TCP/IP showed up
> first and tried to use them to implement TCP/IP support for an old SYSIII
> UNIX (ZEUS comp.)?
> I tried this but I got scared by so much things which would need to be
> done, inter-process communication, pseudo terminal support are just the
> "starting points" and at the end it is also the kinda old C compiler
> which has problems with the BSD sources (#defs to long for the cpp for
> example)...
>
> Has someone experience with this kind of topic?
>
> --
>  Oliver Lehmann
>  http://www.pofo.de/
>  http://wishlist.ans-netz.de/
> _______________________________________________
> TUHS mailing list
> TUHS at minnie.tuhs.org
> https://minnie.tuhs.org/mailman/listinfo/tuhs
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://minnie.tuhs.org/pipermail/tuhs/attachments/20100321/12c21c00/attachment.html>
-------------- next part --------------
_______________________________________________
TUHS mailing list
TUHS at minnie.tuhs.org
https://minnie.tuhs.org/mailman/listinfo/tuhs


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [TUHS] TCP/IP on a System III?
  2010-03-21 14:08 ` Jason Stevens
@ 2010-03-22  6:51   ` Oliver Lehmann
  0 siblings, 0 replies; 3+ messages in thread
From: Oliver Lehmann @ 2010-03-22  6:51 UTC (permalink / raw)


Re: [TUHS] TCP/IP on a System III? writes: 

> I was looking down this road for Xenix as a matter of fact, and looking
> through some old news groups they all mention to use the free KA9Q stuff... 
> 
> http://www.ka9q.net/code/ka9qnos/

Yeah, I got this running a year ago on that system but only with SLIP.
Data transfer rates via SLIP are horrible and we are planning to build a 
network card. But for that I definitly want TCP/IP in the kernel. There are 
also chips out which are doing all the TCP/IP and UDP stuff on their own. 
Maybe this is an option too as it for example stresses the system not so 
much which should be good in a matter of performance too.
_______________________________________________
TUHS mailing list
TUHS at minnie.tuhs.org
https://minnie.tuhs.org/mailman/listinfo/tuhs



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-03-22  6:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-21 13:09 [TUHS] TCP/IP on a System III? Oliver Lehmann
2010-03-21 14:08 ` Jason Stevens
2010-03-22  6:51   ` Oliver Lehmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).