Re: PDP-10 Foonex

2017-01-03 Thread Al Kossow
thanks. guess I should do that my files in http://bitsavers.org/bits/Foonly/F2 On 1/3/17 4:53 PM, Johnny Eriksson wrote: >> Appeared here: >> >> http://github.com/PDP-10/FOONEX > > The web says: > "Initial checkin whilst I figure out what format the files a

Re: PDP-10 Foonex

2017-01-03 Thread Lars Brinkhoff
Al Kossow wrote: > Lars Brinkhoff wrote: >> Appeared here: >> http://github.com/PDP-10/FOONEX > wonder if its the code on bitsavers I got from a Symbolics backup tape Yes, it looks much like the contents of your F2/files directory, minus the microcode.

Re: PDP-10 Foonex

2017-01-03 Thread Phil Budne
How far did Foonex diverge from BB&N TENEX? If not TOO far, it might be nice to have them both as branches in one repository, for comparison.

Re: PDP-10 Foonex

2017-01-03 Thread Johnny Eriksson
> Appeared here: > > http://github.com/PDP-10/FOONEX The web says: "Initial checkin whilst I figure out what format the files are" I took a quick look and guessed a little: #include typedef unsigned long long w36; void pchar(char c) { c &= 0177; if (

Re: PDP-10 Foonex

2017-01-03 Thread Al Kossow
wonder if its the code on bitsavers I got from a Symbolics backup tape On 1/2/17 10:33 PM, Lars Brinkhoff wrote: > Appeared here: > > http://github.com/PDP-10/FOONEX >

PDP-10 Foonex

2017-01-02 Thread Lars Brinkhoff
Appeared here: http://github.com/PDP-10/FOONEX